Home > @johndavisdev/discord-emcee > IOption
Signature:
type IOption<T> = { result: T; label?: string; value?: string; description?: string; };