convex
Version:
Client for the Convex Cloud
12 lines • 725 B
TypeScript
import { Context } from "../../bundler/context.js";
import { DeploymentType } from "./api.js";
export declare const DASHBOARD_HOST: string;
export declare function getDashboardUrl(ctx: Context, { deploymentName, deploymentType, }: {
deploymentName: string;
deploymentType: DeploymentType;
}): string | null;
export declare function deploymentDashboardUrlPage(configuredDeployment: string | null, page: string): string;
export declare function deploymentDashboardUrl(team: string, project: string, deploymentName: string): string;
export declare function projectDashboardUrl(team: string, project: string): string;
export declare function teamDashboardUrl(team: string): string;
//# sourceMappingURL=dashboard.d.ts.map