UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

7 lines 282 B
import type { AxiosRequestConfig } from "axios"; import type { ResponseData } from "../../interfaces"; export declare function dxApi<T = ResponseData>(options: AxiosRequestConfig & { dxKey?: string; isDebugging?: boolean; }): Promise<T>; //# sourceMappingURL=dx-api.d.ts.map