export default interface KYCProfile { back: string; card_number: string; country_code: string; document_type: string; front: string; name: string; together: string; }