UNPKG

ns2-front-module-common

Version:
6 lines (5 loc) 170 B
import { PhoneInterface } from "../intefraces/phone.interface"; export declare class PhoneModel implements PhoneInterface { phone: string; is_primary: boolean; }