import { type APIMessageComponent, type APIModalComponent } from "discord.js"; export type APIComponent = APIModalComponent | APIMessageComponent;