Preview environment

typealias AnyAPIActionRowComponent

external
type AnyAPIActionRowComponent = APIActionRowComponent<APIComponentInActionRow> | APIComponentInActionRow | APIMessageComponent | APIModalComponent;

Any action row component data represented as an object.