export interface BasicVerificationResponse {
    verification_id: string;
    identity: string;
    flow_id: string;
    metamap_url: string;
}
