Skip to content

Commit 9f1ceb2

Browse files
committedFeb 19, 2025·
fix: invalid documentId type in the getvalues util
1 parent 37494b3 commit 9f1ceb2

File tree

1 file changed

+1
-1
lines changed
  • packages/core/types/src/modules/documents/params/attributes

1 file changed

+1
-1
lines changed
 

‎packages/core/types/src/modules/documents/params/attributes/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export type ScalarValues = GetValue<
7777
*/
7878
export type GetValues<TSchemaUID extends UID.Schema> = {
7979
id?: ID;
80-
documentId?: TSchemaUID;
80+
documentId?: DocumentID;
8181
} & OmitRelationsWithoutTarget<
8282
TSchemaUID,
8383
{

0 commit comments

Comments
 (0)
Please sign in to comment.