UNPKG

@o3r/core

Version:
6 lines 227 B
import type { JsonObject } from '@angular-devkit/core'; export interface MultiWatcherBuilderSchema extends JsonObject { /** List of target with watch options. */ targets: string[]; } //# sourceMappingURL=schema.d.ts.map