diff --git a/packages/search/lib/commands/index.ts b/packages/search/lib/commands/index.ts index 29dbd2480ce..f895c851ffa 100644 --- a/packages/search/lib/commands/index.ts +++ b/packages/search/lib/commands/index.ts @@ -285,7 +285,7 @@ export const SCHEMA_GEO_SHAPE_COORD_SYSTEM = { export type SchemaGeoShapeFieldCoordSystem = typeof SCHEMA_GEO_SHAPE_COORD_SYSTEM[keyof typeof SCHEMA_GEO_SHAPE_COORD_SYSTEM]; -type CreateSchemaGeoShapeField = CreateSchemaCommonField;