UNPKG

openapi3-ts

Version:

TS Model & utils for OpenAPI 3.x specification.

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