UNPKG

@redocly/portal-plugin-soap-api

Version:

SOAP API plugin for Redocly products

7 lines (6 loc) 272 B
export declare function setDocumentSearchFacets(actions: any, documentSearchFacets: { [key: string]: string | Set<string>; }): void; export declare function extractDocumentSearchFacets(actions: any, metadata?: Record<string, unknown>): { [key: string]: string; };