UNPKG

@igli.kokici/st-open-api

Version:

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

10 lines (9 loc) 244 B
export interface IReactProviderMustache { services: Array<{ propertyName: string; serviceClassName: string; }>; isImport: boolean; imports: Array<string>; } export declare const createStaticServices: () => void;