UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

7 lines 302 B
export interface ProviderProperties { /** The unique identification of the provider the configration applies to */ provider: string; /** All other provider configuration properties as defined in its schema */ [key: string]: any; } //# sourceMappingURL=provider-properties.model.d.ts.map