UNPKG

259 BTypeScriptView Raw
1export declare type CommandFlags = Record<string, any>;
2export declare type EnvironmentVars = Record<string, string | number>;
3export declare type Options = Record<string, any>;
4export declare type ProcessOptions = Record<"name" | "script" | "args", string>;