# Interface: OptionsProps
# Hierarchy
- OptionsProps
# Index
# Properties
# Properties
# choices
• choices: Array<{ name: string ; value: string }>
Defined in src/structures/slash_command.ts:21 (opens new window)
# description
• description: string
Defined in src/structures/slash_command.ts:9 (opens new window)
# name
• name: string
Defined in src/structures/slash_command.ts:8 (opens new window)
# required
• required: boolean
Defined in src/structures/slash_command.ts:20 (opens new window)
# type
• type: number | "SUB_COMMAND" | "SUB_COMMAND_GROUP" | "STRING" | "INTEGER" | "BOOLEAN" | "USER" | "CHANNEL" | "ROLE"
Defined in src/structures/slash_command.ts:10 (opens new window)