Delen via


EventRoutesGetByIdResponse type

Bevat antwoordgegevens voor de getById-bewerking.

type EventRoutesGetByIdResponse = EventRoute & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: EventRoute
  }
}