Interface QueueJobSuccess<JobReturnType, JobOptions>

interface QueueJobSuccess<JobReturnType, JobOptions> {
    job: Job<JobOptions, JobReturnType>;
    result: JobReturnType;
}

Type Parameters

Properties

Properties