File "GroupedEndpointsContract.php"

Full Path: /var/www/html/back/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsContract.php
File size: 176 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Knuckles\Scribe\GroupedEndpoints;

interface GroupedEndpointsContract
{
    public function get(): array;

    public function hasEncounteredErrors(): bool;
}