Type Alias CommandInfoExportInternal

CommandInfoExport: CommandInfo & {
    name: string;
    nameLocalizations: LocalesPartial;
    description: string;
    descriptionLocalizations: LocalesPartial;
    nsfw: boolean;
    contexts: InteractionContextType[] | null;
}

This is used by Meinu internally to export command info to Discord.