UNPKG

devexpress-gantt

Version:

DevExpress Gantt Control

9 lines (8 loc) 231 B
export class ValidationError { dependencyId: string; critical: boolean; constructor(dependencyId: string, critical: boolean = false) { this.dependencyId = dependencyId; this.critical = critical; } }