export interface IProvince {
    id: number;
    psgcCode: string;
    provDesc: string;
    regCode: string;
    provCode: string;
}
