UNPKG

notbank

Version:
12 lines (11 loc) 232 B
export interface AddClientBankAccountRequest { country: string; bank: string; number: string; kind: string; pix_type?: string; agency?: string; dv?: string; province?: string; user_id?: string; }