export interface Region {
    id: string;
    code?: string;
    name: string;
    slug: string;
}
//# sourceMappingURL=region.interface.d.ts.map