UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 166 B
import { IPagBankPhone } from "./i-phone"; export interface IPagBankCustomer { nome: string; email: string; tax_id: string; phone: IPagBankPhone[]; }