MCPcopy Create free account
hub / github.com/GCWing/BitFun / LaunchContext

Interface LaunchContext

BitFun-Installer/src/types/installer.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type InstallStep = 'lang' | 'options' | 'model' | 'progress' | 'theme' | 'uninstall';
5
6export interface LaunchContext {
7 mode: 'install' | 'uninstall';
8 uninstallPath: string | null;
9 appLanguage?: AppLanguage | null;
10}
11
12export interface InstallPathValidation {
13 installPath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected