DigitalTwinModelsGetByIdResponse type

Contains response data for the getById operation.

type DigitalTwinModelsGetByIdResponse = DigitalTwinsModelData & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DigitalTwinsModelData
  }
}