UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

7 lines 365 B
import type { OpenApiDocument } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; import type { FuseData } from '../../../features/Search/types'; /** * Create a search index from a list of entries. */ export declare function createSearchIndex(document: OpenApiDocument | undefined): FuseData[]; //# sourceMappingURL=create-search-index.d.ts.map