@orca-fe/x-map
Version:
32 lines (31 loc) • 729 B
TypeScript
declare const _default: {
type: string;
properties: {
name: string;
location: number[];
children: ({
type: string;
properties: {
name: string;
};
geometry: {
type: string;
coordinates: number[][][];
};
} | {
type: string;
properties: {
name: string;
};
geometry: {
type: string;
coordinates: number[][][][];
};
})[];
};
geometry: {
type: string;
coordinates: number[][][];
};
}[];
export default _default;