Interfacecorev0.2.1
SlashOptionRegistry
Maps each slash route string to its option table. Populated by seedcord codegen, which reads every command's toJSON() and emits a declare module '@seedcord/gateway' augmentation, so keyof SlashOptionRegistry is the compile-time union of every registered route. Do not augment it by hand, run seedcord codegen.
interface SlashOptionRegistry