UNPKG

@c8y/client

Version:

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

5 lines 159 B
import { SeverityType } from '@c8y/client'; export type SeverityFilter = { [key in SeverityType]?: boolean; }; //# sourceMappingURL=SeverityFilter.d.ts.map