export const TopicRoot = 'thincloud' export enum TopicType { RPC = 'rpc', RPC_RESPONSE = 'rpc-res', MESSAGE = 'message', MESSAGE_RESPONSE = 'message-res', STATE = 'state', } export enum TopicServiceName { DEVICES = 'devices', STATE = 'state', GATEWAY_CHILDREN = 'gateway-children', USER = 'user', IOT = 'iot', PRODUCT = 'product' }