Interface IPlaceByNationalId

interface IPlaceByNationalId {
    city: string;
    codes: string[] | number[];
    province: string;
}

Properties

Properties

city: string
codes: string[] | number[]
province: string