UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

6 lines 199 B
import type { Snowflake } from './@type'; export interface MessageComponentSelectDefaultValue { id: Snowflake; type: string; } //# sourceMappingURL=MessageComponentSelectDefaultValue.d.ts.map