Megosztás a következőn keresztül:


EventRoutesGetByIdResponse type

A getById művelet válaszadatait tartalmazza.

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