@povio/openapi-codegen-cli
Version:
**NOTE:** This CLI tool is primarily designed for use within our organization. The generated code output aligns with our internal template. If you are using this tool without our internal template, make sure to use it in **standalone** mode.
12 lines (11 loc) • 496 B
TypeScript
import { Import } from "src/generators/types/generate";
export declare const JSON_APPLICATION_FORMAT = "application/json";
export declare const DEFAULT_HEADERS: {
"Content-Type": string;
Accept: string;
};
export declare const BODY_PARAMETER_NAME = "data";
export declare const AXIOS_DEFAULT_IMPORT_NAME = "axios";
export declare const AXIOS_REQUEST_CONFIG_NAME = "config";
export declare const AXIOS_REQUEST_CONFIG_TYPE = "AxiosRequestConfig";
export declare const AXIOS_IMPORT: Import;