Type Alias OptionGetter<T>

OptionGetter: <V extends T>(
    getterOptions?: OptionGetterParams<V>,
) => Promise<OptionConfigPrimitiveType<V>>

A function to dynamically retrieve the value of a command option.

Type Parameters

Type declaration