Interface RawActionRowBase<T>

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

Type Parameters

Hierarchy (view full)

Properties

Properties

components: T[]