UNPKG

@scalar/api-client

Version:

the open source API testing client

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