@igli.kokici/st-open-api
Version:
Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x
17 lines (16 loc) • 582 B
TypeScript
export declare const mkdir: (path: string) => string;
export declare class FolderManager {
private readonly outputFolder;
constructor(outputFolder: string);
getOutputFolder(): string;
getServiceFolder(): string;
getFunctionFolder(): string;
getInterfaceFolder(): string;
getEnumerationFolder(): string;
getReactProviderFolder(): string;
getConstantServicesFolder(): string;
getInterfaceComponentsFolder(): string;
getInterfaceRequestFolder(): string;
getInterfaceResponseFolder(): string;
getInterfaceParameterFolder(): string;
}