We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60602d2 + 1fc1c47 commit 9a968feCopy full SHA for 9a968fe
1 file changed
lib/directory/v3/types.ts
@@ -138,7 +138,13 @@ export type GetObjectsRequest = Omit<
138
139
export type GetRelationRequest = Optional<
140
Omit<GetRelationRequest$, "$typeName">,
141
- "subjectRelation" | "withObjects" | "subjectId"
+ | "objectId"
142
+ | "objectType"
143
+ | "relation"
144
+ | "subjectId"
145
+ | "subjectRelation"
146
+ | "subjectType"
147
+ | "withObjects"
148
>;
149
150
export type GetRelationsRequest = Optional<
0 commit comments