UNPKG

st-open-api

Version:

Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x

4 lines (3 loc) 185 B
export type SpecMimeType = 'yaml' | 'json'; export declare const getSpecMimeType: (filePath: string) => SpecMimeType; export declare const executeGenerationAction: () => Promise<void>;