Interface ModalSubmitComponentsStringValue<T>

interface ModalSubmitComponentsStringValue<T> {
    customID: string;
    type: T;
    value: string;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

customID: string
type: T
value: string