GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIInteractionDataOptionBase

API/Interfaces/APIInteractionDataOptionBase
seyfert/lib/types/payloads/_interactions/_applicationCommands/_chatInput/base.d.ts

Signature

export interface APIInteractionDataOptionBase<T extends ApplicationCommandOptionType, D>

Properties

3
nametypevalue

Methods

0

No methods.

Properties

name#
name: string;
type#
type: T;
value#
value: D;