EventRoutesGetByIdResponse type
Enthält Antwortdaten für den getById-Vorgang.
type EventRoutesGetByIdResponse = EventRoute & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: EventRoute
}
}