Interface ModalSubmitChannelSelectComponent

interface ModalSubmitChannelSelectComponent {
    customID: string;
    type: CHANNEL_SELECT;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

customID: string
values: string[]