UNPKG

openapi3-ts

Version:

TS Model & utils for OpenAPI 3.x specification.

5 lines (4 loc) 245 B
export * from './dsl/openapi-builder31'; export * from './model/openapi31'; export { Server, ServerVariable } from './model/server'; export type { IExtensionName, IExtensionType, ISpecificationExtension } from './model/specification-extension';