GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

MentionableDefaultElement

API/Type Aliases/MentionableDefaultElement
seyfert/lib/builders/SelectMenu.d.ts

Signature

export type MentionableDefaultElement = {    id: string;    type: keyof typeof SelectMenuDefaultValueType;};

Properties

2
idtype

Methods

0

No methods.

Properties

id#
id: string;
type#
type: keyof typeof SelectMenuDefaultValueType;