satupeta-main/shared/types/wilayah.ts

8 lines
124 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export type Wilayah = {
id: number;
name: string;
kode?: string;
notes?: string | null;
image?: string | null;
};