UNPKG

@c8y/client

Version:

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

10 lines 265 B
/** Description of ITenantOption interface */ export interface ITenantOption { /** Category of option */ category: string; /** Key of option */ key: string; /** Value of option */ value?: string; } //# sourceMappingURL=ITenantOption.d.ts.map