export interface IRegion {
    id: number;
    psgcCode: string;
    regDesc: string;
    regCode: string;
}
