casualos
Version:
Command line interface for CasualOS.
8 lines • 352 B
TypeScript
import type repl from 'node:repl';
import type { SchemaMetadata } from '../aux-common';
export interface PromptState {
aborted: boolean;
}
export declare function onState(state: PromptState): void;
export declare function askForInputs(inputs: SchemaMetadata, name: string, repl?: repl.REPLServer): Promise<any>;
//# sourceMappingURL=schema.d.ts.map