export namespace Command { export interface CommandInfo { id: number; type: string; name: string; groupID: number; command: string; } export interface CommandOperate { id: number; type: string; name: string; groupID: number; command: string; } }