UNPKG

ontimize-web-ngx

Version:
11 lines (10 loc) 203 B
export interface Country { name: string; iso2: string; dialCode: string; priority: number; areaCodes?: string[]; htmlId: string; flagClass: string; placeHolder: string; }