UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

5 lines 135 B
import { ITenant } from './'; export interface ITenantReference { tenant: ITenant; } //# sourceMappingURL=ITenantReference.d.ts.map