1: <?php
2:
3: declare(strict_types=1);
4:
5: namespace LaravelUi5\OData\Vocabularies\Communication\V1;
6:
7: final readonly class GeoDataType
8: {
9: public function __construct(
10: public readonly ?string $uri = null,
11: public readonly mixed $type = null,
12: ) {}
13: }
14: