type IdentificationExtraData = {
    affiliation: string;
    verification_url_status: number;
};
export type { IdentificationExtraData };
