interface InstanceTask {
    id: string;
    purpose: InstanceTaskPurpose;
}

Properties

Properties

id: string