convex
Version:
Client for the Convex Cloud
11 lines • 404 B
TypeScript
import { Context } from "../../bundler/context.js";
import { DeploymentType } from "./api.js";
export declare function reinit(ctx: Context, deploymentType: DeploymentType | undefined, config: {
team?: string | undefined;
project?: string | undefined;
}): Promise<{
deploymentName: string | undefined;
url: string;
adminKey: string;
} | undefined>;
//# sourceMappingURL=reinit.d.ts.map