import { BaseEntity } from 'typeorm'; export declare class CommandStorageEntity extends BaseEntity { id: any; user_id: number; command: string; data: Record; }