JobsCreateResponse type

Innehåller svarsdata för skapandeåtgärden.

type JobsCreateResponse = JobDetails & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: JobDetails
  }
}