JSON object with changed task attribute values.

interface TaskChangeSet {
    candidateGroups?: string[];
    candidateUsers?: string[];
    dueDate?: string | Date;
    followUpDate?: string | Date;
}

Properties

candidateGroups?: string[]
candidateUsers?: string[]
dueDate?: string | Date
followUpDate?: string | Date

Generated using TypeDoc