import { ComponentType } from 'discord.js'; export interface FieldOptions { customId?: string; type?: ComponentType; }