Type Alias OptionGetter<T>

OptionGetter<T>: ((getterOptions?: OptionGetterOptions<T>) => Promise<T>)

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

Type Parameters

  • T