export interface CommandModel {
    user_id: string;
    value: boolean | number;
}
