Interface ManagedTask

interface ManagedTask {
    context?: string;
    id: number;
}

Implemented by

Properties

Properties

context?: string
id: number