UNPKG

@c8y/client

Version:

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

10 lines 321 B
import { IManagedObject } from '../inventory/index.js'; /** Description of ITenantPolicies interface */ export interface ITenantPolicy extends IManagedObject { description: string; name: string; options: any[]; retentions: any[]; type: 'c8y_TenantPolicy'; } //# sourceMappingURL=ITenantPolicy.d.ts.map