EntryCodeDto: {
    code: string;
    createdAt: string;
    enabled: boolean;
    expiresAt: string | null;
    id: string;
    link: string;
}