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 fed95fe commit f6ffc07Copy full SHA for f6ffc07
src/collections/configure/types/base.ts
@@ -55,7 +55,6 @@ export type NestedDataTypeConfig<T> =
55
export type NestedPropertyCreate<T = undefined> = T extends undefined
56
? {
57
name: string;
58
- dataType: DataType;
59
description?: string;
60
indexInverted?: boolean;
61
indexFilterable?: boolean;
0 commit comments