Chameleon
    Preparing search index...

    Type Alias ExecuteFunction<O>

    ExecuteFunction: (
        ctx: CommandContext<ResolveOptions<O>>,
    ) => void | Promise<void>

    Type Parameters

    • O extends Record<string, OptionDef<any, boolean>>

    Type Declaration