export type Wilayah = { id: number; name: string; kode?: string; notes?: string | null; image?: string | null; };