UNPKG

@topgroup/diginext

Version:

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

9 lines 257 B
import type { ICloudProvider } from "../../entities"; /** * @deprecated */ export declare const providerAuthenticate: (provider: ICloudProvider, options?: { userId?: any; workspaceId?: any; }) => Promise<any[]>; //# sourceMappingURL=index.d.ts.map