Argument of type 'EntDataModelFromSchema<SchemaDefinition<{ users: EntDefinition<VObject<{ name: string; tokenIdentifier: string; }, { name: VString<string, "required">; tokenIdentifier: VString<string, "required">; FieldName: VString<string, "required">; }, "required", "name" | "tokenIdentifier">, { ...; }, {}, {}, { ...; } & ... 6 ...' is not assignable to parameter of type 'GenericEntsDataModel'.
Type 'EntDataModelFromSchema<SchemaDefinition<{ users: EntDefinition<VObject<{ name: string; tokenIdentifier: string; }, { name: VString<string, "required">; tokenIdentifier: VString<string, "required">; FieldName: VString<string, "required">; }, "required", "name" | "tokenIdentifier">, { ...; }, {}, {}, { ...; } & ... 6 ...' is not assignable to type 'Record<string, GenericEntModel>'.
'string' index signatures are incompatible.
Property 'edges' is missing in type '{ document: any; fieldPaths: string; indexes: {}; searchIndexes: {}; vectorIndexes: {}; }' but required in type 'GenericEntModel'.
Argument of type 'EntDataModelFromSchema<SchemaDefinition<{ users: EntDefinition<VObject<{ name: string; tokenIdentifier: string; }, { name: VString<string, "required">; tokenIdentifier: VString<string, "required">; FieldName: VString<string, "required">; }, "required", "name" | "tokenIdentifier">, { ...; }, {}, {}, { ...; } & ... 6 ...' is not assignable to parameter of type 'GenericEntsDataModel'.
Type 'EntDataModelFromSchema<SchemaDefinition<{ users: EntDefinition<VObject<{ name: string; tokenIdentifier: string; }, { name: VString<string, "required">; tokenIdentifier: VString<string, "required">; FieldName: VString<string, "required">; }, "required", "name" | "tokenIdentifier">, { ...; }, {}, {}, { ...; } & ... 6 ...' is not assignable to type 'Record<string, GenericEntModel>'.
'string' index signatures are incompatible.
Property 'edges' is missing in type '{ document: any; fieldPaths: string; indexes: {}; searchIndexes: {}; vectorIndexes: {}; }' but required in type 'GenericEntModel'.