Type alias InteractionButtonData

InteractionButtonData: Omit<Omit<InteractionButtonComponentData, "customId">, "type"> & {
    id: string;
    requires?: string[];
}

Generated using TypeDoc