UNPKG

trapi

Version:

The main package and contains bundled functionality of all other package and a CLI to interact with them.

7 lines 200 B
export declare type SwaggerDocFormatType = 'yaml' | 'json'; export interface SwaggerDocFormatData { path: string; name: string; content?: string; } //# sourceMappingURL=type.d.ts.map