export interface Region { province?: string | number; city?: string | number; area?: string | number; }