cc-everywhere

Type Alias: BrowseSearchConfigUnion

type BrowseSearchConfigUnion = { [K in InspireCategory]: BrowseSearchBaseConfig<K> }[InspireCategory];

Union type representing all possible browse search configurations.

This mapped type creates a union of BrowseSearchBaseConfig instances for each category defined in InspireCategory.

See