Skip to content

OptionsRecord

1
type OptionsRecord: Record<string, StringOption<string | null> | NumberOption<number | null> | BooleanOption<boolean | null> | MentionOption<null, boolean>>;

The options object of a command.

Source

twitchfy/packages/chatbot/src/types/OptionsRecord.ts:6