Interface ICommandCallback<STATE>
interface ICommandCallback<STATE> ((args?,
command?) => boolean | void | Promise<void> | Promise<boolean>) - ICommandCallback(args?, command?): boolean | void | Promise<void> | Promise<boolean>
Returns boolean | void | Promise<void> | Promise<boolean>