diff --git a/lib/entities/resource.ts b/lib/entities/resource.ts index b708d38c6..eb95ed1ed 100644 --- a/lib/entities/resource.ts +++ b/lib/entities/resource.ts @@ -11,10 +11,12 @@ export type ResourceQueryOptions = LookupQueryOptions | SearchQueryOptions type LookupQueryOptions = { 'sys.urn[in]': string + locale?: string } & BasicCursorPaginationOptions type SearchQueryOptions = { query: string + locale?: string } & BasicCursorPaginationOptions export type ResourceProps = {