
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

namespace RectorPrefix202411\Illuminate\Contracts\Support;

use ArrayAccess;
use IteratorAggregate;
interface ValidatedData extends Arrayable, ArrayAccess, IteratorAggregate
{
    //
}
