Interface TasksChange

interface TasksChange {
    scope: TaskConfigurationScope;
    type: FileChangeType;
}

Properties

Properties

type: FileChangeType