@owservable/actions
    Preparing search index...

    Type Alias CommandOptionType

    Represents a command option with name and default value

    type CommandOptionType = {
        defaultValue?: string;
        name: string;
        required?: boolean;
    }
    Index
    defaultValue?: string
    name: string
    required?: boolean