import type { APIButtonComponent, APIButtonComponentWithCustomId, ButtonStyle } from 'discord-api-types/v10'; import { kData } from '../../utils/symbols.js'; import type { Partialize } from '../../utils/types.js'; import { Component } from './Component.js'; /** * The data stored by a {@link ButtonComponent} structure based on its {@link (ButtonComponent:class)."style"} property. */ export type ButtonDataType