Interface RawModalSubmitComponentsStringValue<T>

interface RawModalSubmitComponentsStringValue<T> {
    custom_id: string;
    type: T;
    value: string;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

custom_id: string
type: T
value: string