UNPKG

@topgroup/diginext

Version:

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

4 lines 280 B
import type { IUser, IWorkspace } from "../entities"; import type { IServiceAccount } from "../entities/ServiceAccount"; export declare const seedServiceAccounts: (workspace: IWorkspace, owner: IUser) => Promise<IServiceAccount>; //# sourceMappingURL=seed-service-account.d.ts.map