UNPKG

@o3r/core

Version:
6 lines 216 B
/** Run a package.json script builder schema */ export interface RunScriptBuilderSchema { /** A script name in the `package.json` file of the project. */ script: string; } //# sourceMappingURL=schema.d.ts.map