Home > @yext/search-ui-react > VerticalConfigMap
A map of verticalKey to a VerticalConfig.
Signature:
export declare type VerticalConfigMap<T = Record<string, DefaultRawDataType>> = {
[K in keyof T]: VerticalConfig<T[K]>;
};
References: DefaultRawDataType, VerticalConfig