diff --git a/src/requests/typings/resources.ts b/src/requests/typings/resources.ts index 8f2c55e4..f12a2a54 100644 --- a/src/requests/typings/resources.ts +++ b/src/requests/typings/resources.ts @@ -9,6 +9,7 @@ export type ResourcesSearchRequest = { query?: string locale?: string limit: number + referencingEntryId?: string pages?: { nextCursor: string } @@ -30,6 +31,7 @@ export type ResourcesLookupRequest = Record