EventRoutesGetByIdResponse type
Innehåller svarsdata för åtgärden getById.
type EventRoutesGetByIdResponse = EventRoute & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: EventRoute
}
}