EventRoutesGetByIdResponse type

Contains response data for the getById operation.

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