Skip to content

Commit f6ffc07

Browse files
authored
minor update > base.ts
1 parent fed95fe commit f6ffc07

File tree

1 file changed

+0
-1
lines changed
  • src/collections/configure/types

1 file changed

+0
-1
lines changed

src/collections/configure/types/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export type NestedDataTypeConfig<T> =
5555
export type NestedPropertyCreate<T = undefined> = T extends undefined
5656
? {
5757
name: string;
58-
dataType: DataType;
5958
description?: string;
6059
indexInverted?: boolean;
6160
indexFilterable?: boolean;

0 commit comments

Comments
 (0)