Interface ModalSubmitComponentsStringValues<T>

interface ModalSubmitComponentsStringValues<T> {
    customID: string;
    type: T;
    values: string[];
}

Type Parameters

Hierarchy (view full)

Properties

Properties

customID: string
type: T
values: string[]