export type Province = [
  id: number,
  name: string
];
