2025-06-06 07:38:11 -03:00

6 lines
88 B
TypeScript

export interface Region {
id: number,
region: string;
regionname: string;
}