UNPKG

starlight-openapi

Version:

Starlight plugin to generate documentation from OpenAPI/Swagger specifications.

6 lines (4 loc) 177 B
declare module 'virtual:starlight-openapi-schemas' { const StarlightOpenAPISchemas: Record<string, import('./libs/schema').Schema> export default StarlightOpenAPISchemas }