| 1: | <?php |
| 2: | |
| 3: | declare(strict_types=1); |
| 4: | |
| 5: | namespace LaravelUi5\OData\Vocabularies\Core\V1; |
| 6: | |
| 7: | /** |
| 8: | * A dictionary of name-value pairs. Names must be valid property names, values may be restricted to a list of types via an annotation with term `Validation.OpenPropertyTypeConstraint`. |
| 9: | */ |
| 10: | final readonly class Dictionary |
| 11: | { |
| 12: | public function __construct( |
| 13: | ) {} |
| 14: | } |
| 15: |