Interface ICommand

5.2.0

2023-12-02

interface ICommand {
    command: string;
    options?: IExecuteOptions;
}

Properties

Properties

command: string
options?: IExecuteOptions