MobilityGetTransitDockInfoPreviewResponse type

Berisi data respons untuk operasi getTransitDockInfoPreview.

type MobilityGetTransitDockInfoPreviewResponse = TransitDockInfoResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TransitDockInfoResponse,
  },
}