Interface RawModalSubmitComponentsStringValues<T>

interface RawModalSubmitComponentsStringValues<T> {
    custom_id: string;
    type: T;
    values: string[];
}

Type Parameters

Hierarchy (view full)

Properties

Properties

custom_id: string
type: T
values: string[]