UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

8 lines 274 B
/** * If the topic is persistent or not. If false, the topic is not saved and will be deleted if there are no clients. */ export declare enum MessagingTopicType { Persistent = "persistent", NonPersistent = "non-persistent" } //# sourceMappingURL=topicType.d.ts.map