UNPKG

@efdiaz/psgc

Version:

Philippine Standard Geographic Code (PSGC)

9 lines (8 loc) 161 B
export interface ICityMun { id: number; psgcCode: string; citymunDesc: string; regDesc: string; provCode: string; citymunCode: string; }