Interface RawModalComponentsActionRow<T>

interface RawModalComponentsActionRow<T> {
    components: T[];
    type: ACTION_ROW;
}

Type Parameters

Properties

Properties

components: T[]