interface Action {
    args: string[];
    command: string;
}

Properties

Properties

args: string[]
command: string

Generated using TypeDoc