@supernovaio/cli
Version:
Supernova.io Command Line Interface
10 lines • 496 B
TypeScript
import type { SupernovaApiClient } from "@supernova-studio/client";
import { TargetEnv } from "../../../types/environment.js";
import { SetupPrototypeServices } from "../steps/runtime.js";
export declare function createPrototypeService(input: {
env: TargetEnv;
error: (message: string) => never;
getApiClient?: (env: TargetEnv) => Promise<SupernovaApiClient>;
openBrowser: (url: string) => Promise<void>;
}): SetupPrototypeServices;
//# sourceMappingURL=prototype-service.d.ts.map