export type ReceivedMessage = { command: string; collection: Array; subcommand: string; value: any; };