Interface ModalSubmitMentionableSelectComponent

interface ModalSubmitMentionableSelectComponent {
    customID: string;
    type: MENTIONABLE_SELECT;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

customID: string
values: string[]