preview map editor 60%
This commit is contained in:
@@ -13,6 +13,7 @@ export type GeometriesBBoxQuery = {
|
||||
|
||||
export type GeometryCreatePayload = {
|
||||
geometry: Geometry;
|
||||
type?: string | null;
|
||||
time_start?: number | null;
|
||||
time_end?: number | null;
|
||||
binding?: string[];
|
||||
@@ -22,6 +23,7 @@ export type GeometryCreatePayload = {
|
||||
|
||||
export type GeometryUpdatePayload = {
|
||||
geometry: Geometry;
|
||||
type?: string | null;
|
||||
time_start?: number | null;
|
||||
time_end?: number | null;
|
||||
binding?: string[];
|
||||
|
||||
Reference in New Issue
Block a user