@tiemma/sonic-core
Version:
Core package for the sonic project on swagger documentation
12 lines (11 loc) • 556 B
TypeScript
import {OpenAPI} from "openapi-types";
import {AxiosRequestConfig} from "axios"
export function getResponsesInDependencyOrder(swaggerSpec: OpenAPI.Document,
requestOptions?: AxiosRequestConfig,
bodyDefinitions?: any,
dataPath?: string[],
strict?: boolean): Promise<{
swaggerSpec: OpenAPI.Document;
bodyDefinitions: any;
}>;
//# sourceMappingURL=api-utils.d.ts.map