export interface CommandOptions { name: string; description: string; type: ApplicationCommandOptionType; required?: boolean; // Where do I put it here ?}
export interface CommandOptions { name: string; description: string; type: ApplicationCommandOptionType; required?: boolean; // Where do I put it here ?}
How and where do i make a method that will return the properties from the interface ?