Interface RawModalSubmitComponentsNullableStringValue<T>

interface RawModalSubmitComponentsNullableStringValue<T> {
    custom_id: string;
    type: T;
    value: null | string;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

custom_id: string
type: T
value: null | string