#
OptionType
#
Import
import { OptionType } from 'discordkit';
const { OptionType } = require('discordkit');
#
Enum
export enum OptionType {
SubCommand = 1,
SubCommandGroup = 2,
String = 3,
Integer = 4,
Boolean = 5,
User = 6,
Channel = 7,
Role = 8,
Mentionable = 9,
Number = 10,
Attachment = 11
};