DigitalTwinsListRelationshipsResponse type

Contains response data for the listRelationships operation.

type DigitalTwinsListRelationshipsResponse = RelationshipCollection & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: RelationshipCollection
  }
}