MobilityGetTransitStopInfoPreviewResponse type

Berisi data respons untuk operasi getTransitStopInfoPreview.

type MobilityGetTransitStopInfoPreviewResponse = TransitStopInfoResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TransitStopInfoResponse,
  },
}