export default interface ICommandOptions {
    isFunction?: boolean;
}
