Condividi tramite


EventRoutesGetByIdResponse type

Contiene i dati di risposta per l'operazione getById.

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