UNPKG

@turbo/types

Version:
10 lines (9 loc) 232 B
// TODO: This type is not complete - it will be expanded as needed export interface DryRun { id: string; version: string; turboVersion: string; monorepo: boolean; packages?: Array<string>; frameworkInference: boolean; }