UNPKG

openapi-to-ts

Version:

Generate TypeScript types from OpenAPI 3.0 specs.

5 lines (4 loc) 128 B
/** * A util method to print a warning at the start of the output file. */ export declare const addWarning: () => string;