EntryCodeListResponseDto: {
    codes: {
        code: string;
        createdAt: string;
        enabled: boolean;
        expiresAt: string | null;
        id: string;
        link: string;
    }[];
}