<?php

declare(strict_types=1);

namespace AC\Acf\FieldGroup;

interface Query
{

    public function get_groups(): array;

}
