UNPKG

@redocly/portal-plugin-soap-api

Version:

SOAP API plugin for Redocly products

12 lines (11 loc) 296 B
export declare function searchResolver(actions: any): (route: any, staticData: any) => Promise<{ id: any; url: any; title: any; text: any; facets: { [key: string]: string; }; "redocly::teams-rbac": Record<string, string>; "redocly::route-rbac": any; }[]>;