export interface NatsMessageData {
    cmd: string;
    payload?: any;
}
