UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

9 lines 518 B
import type { SecurityScheme } from '@scalar/oas-utils/entities/spec'; import type { SecuritySchemeObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** * Convert the old security scheme to the new one with secret extensions * * Remove this once we are migrated to the workspace store. We are going to double up on secrets temporarily. */ export declare const convertSecurityScheme: (scheme: SecurityScheme) => SecuritySchemeObject; //# sourceMappingURL=convert-security-scheme.d.ts.map