Type Alias: CommandOptionsRunType
CommandOptionsRunType =
"DM"|"GUILD_TEXT"|"GUILD_VOICE"|"GUILD_NEWS"|"GUILD_NEWS_THREAD"|"GUILD_PUBLIC_THREAD"|"GUILD_PRIVATE_THREAD"|"GUILD_ANY"
Defined in: projects/framework/src/lib/types/CommandTypes.ts:26
The allowed values for CommandOptions.runIn.
Remark
It is discouraged to use this type, we recommend using CommandOptionsRunTypeEnum instead.
Since
2.0.0