type UserAuthenticationData = {
    type: number;
    is_enabled: number;
    issuer: string;
    title: string;
    secret_key: string;
    code: string;
    manual_entry_key: string;
    qr_image_url: string;
    qr_image: string;
};
export type { UserAuthenticationData };
