We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7e2e6 commit 58bda98Copy full SHA for 58bda98
packages/search/lib/commands/index.ts
@@ -285,7 +285,7 @@ export const SCHEMA_GEO_SHAPE_COORD_SYSTEM = {
285
286
export type SchemaGeoShapeFieldCoordSystem = typeof SCHEMA_GEO_SHAPE_COORD_SYSTEM[keyof typeof SCHEMA_GEO_SHAPE_COORD_SYSTEM];
287
288
-type CreateSchemaGeoShapeField = CreateSchemaCommonField<SchemaFieldTypes.GEOSHAPE, {
+type CreateSchemaGeoShapeField = CreateSchemaField<SchemaFieldTypes.GEOSHAPE, {
289
COORD_SYSTEM?: SchemaGeoShapeFieldCoordSystem;
290
}>;
291
0 commit comments