Skip to content

Commit

Permalink
feat: omit workspacesSearchOperator field
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Mar 6, 2024
1 parent 7fe7530 commit b36c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/saved_objects/saved_objects_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type SavedObjectsFindOptions = Omit<
| 'rootSearchFields'
| 'typeToNamespacesMap'
| 'ACLSearchParams'
| 'defaultSearchOperator'
| 'workspacesSearchOperator'
>;

type PromiseType<T extends Promise<any>> = T extends Promise<infer U> ? U : never;
Expand Down

0 comments on commit b36c380

Please sign in to comment.