@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
9 lines • 366 B
TypeScript
import type { IApp } from "../../entities";
export declare function getAnalyticsAccount(): Promise<any>;
export declare const listAnalyticsProperties: () => Promise<any>;
export declare const createAnalyticsProperty: (app: IApp, { env, name, url }: {
env?: string;
name: any;
url: any;
}) => Promise<void>;
//# sourceMappingURL=analytics.service.d.ts.map