interface JobCancelMessage {
    jobId?: string;
    timeout?: any;
}

Properties

Properties

jobId?: string
timeout?: any