export interface KycInfoResponse { account: string; kycApproved: boolean; }