import { type ChatInputApplicationCommandData } from "discord.js"; export interface SlashCommandData { meta?: T; api: Omit; } //# sourceMappingURL=SlashCommandData.d.ts.map