diff --git a/packages/common/src/search/types/IHubCatalog.ts b/packages/common/src/search/types/IHubCatalog.ts index d2e05afcf51..99ea93c9724 100644 --- a/packages/common/src/search/types/IHubCatalog.ts +++ b/packages/common/src/search/types/IHubCatalog.ts @@ -196,7 +196,14 @@ export interface IGalleryDisplayConfig { * If this is true on a collection's display config, that collection will not be shown in the gallery. */ hidden?: boolean; - layout?: "list" | "grid" | "map" | "table" | "calendar" | "compact"; + layout?: + | "list" + | "grid" + | "map" + | "table" + | "calendar" + | "compact" + | "grid-filled"; cardTitleTag?: CARD_TITLE_TAGS; showThumbnail?: "show" | "hide" | "grid"; corners?: CORNERS;