/** * Enum for RTIG websocket topics */ export declare enum RtigTopic { /** * RTIG metric scores updates */ RTG_UPDATES = "Nexidia.RTG.Updates", /** * RTIG notification messages updates */ RTG_NOTIFICATIONS = "Nexidia.RTG.Notifications" }