interface VariableCommandInput {
    args?: any;
    command: string;
    id: string;
    type: "command";
}

Properties

Properties

args?: any
command: string
id: string
type: "command"