export interface CommandOptions { name: string; description: string; type: ApplicationCommandOptionType; required?: boolean; // Where do I put it here ?}