UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 185 B
import { EPagBankPhoneType } from "../enums/phone-type.enum"; export interface IPagBankPhone { country: number; area: number; number: number; type: EPagBankPhoneType; }