UNPKG

starlight-openapi

Version:

Starlight plugin to generate documentation from OpenAPI/Swagger specifications.

4 lines (2 loc) 155 B
import type { OpenAPIV3, OpenAPIV3_1 } from 'openapi-types' export type Content = Record<string, OpenAPIV3.MediaTypeObject | OpenAPIV3_1.MediaTypeObject>