Update public API docs
Result of running `yarn build:api-reports`. Signed-off-by: Will Sewell <willsewell@monzo.com>
This commit is contained in:
@@ -67,7 +67,7 @@ export class CatalogClient implements CatalogApi {
|
||||
|
||||
// @public (undocumented)
|
||||
export type CatalogEntitiesRequest = {
|
||||
filter?: Record<string, string | string[]> | undefined;
|
||||
filter?: Record<string, string | string[]>[] | Record<string, string | string[]> | undefined;
|
||||
fields?: string[] | undefined;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user