UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

7 lines (6 loc) 254 B
import { OpenApiDocumentComponents } from './open-api-document-components'; import { OpenApiDocumentPath } from './open-api-document-path'; export interface OpenApiDocument { components: OpenApiDocumentComponents; paths: OpenApiDocumentPath[]; }