Interface ActivateJobsResponse

interface ActivateJobsResponse {
    jobs: ActivatedJob[];
}

Properties

Properties

jobs: ActivatedJob[]

Generated using TypeDoc