Interface CommandEvent

interface CommandEvent {
    args: any[];
    commandId: string;
}

Hierarchy (view full)

Properties

Properties

args: any[]
commandId: string