UNPKG

casualos

Version:
8 lines 352 B
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