typealias AnyAPIActionRowComponent

export declare type AnyAPIActionRowComponent = APIActionRowComponent<APIActionRowComponentTypes> | APIActionRowComponentTypes;

Any action row component data represented as an object.