Update public API docs

Result of running `yarn build:api-reports`.

Signed-off-by: Will Sewell <willsewell@monzo.com>
This commit is contained in:
Will Sewell
2021-04-29 16:16:24 +01:00
parent 2a35c2ac38
commit 4e6168da41
+1 -1
View File
@@ -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;
};