UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

9 lines (8 loc) 212 B
export interface OpenApiDocModifications { newServerPath: string; removeEndpoints: RegExp[]; removeTags: string[]; removeSchemas: string[]; sortEndpoints: boolean; sortSchemas: boolean; }