<?php

namespace Filament\Actions\Contracts;

interface Groupable
{
    public function grouped(): static;
}
