UNPKG

notbank

Version:
13 lines (12 loc) 248 B
export interface InstitutionalVerification { status: "pending" | "rejected" | "approved" form: { country: string, city: string, province: string, address: string, name: string, identity: string, field: string, } }