export interface CommandPropTypes { type: string; args: any[]; }