import { IotHubProperties, IotHubSkuInfo } from '../index.js'; export type IotHubDescription = { etag: string; id: string; location: string; name: string; properties: IotHubProperties; sku: IotHubSkuInfo; tags: Record; type: string; };