UNPKG

swagger-typed-express-docs

Version:

Simple express runtime parser and documentation swagger generator with 100% support of Typescript static types

3 lines (2 loc) 120 B
import { TOneOf } from './tsSchema'; export declare const getOneOfEnumDiscriminator: (schema: TOneOf) => string | null;