summaryrefslogtreecommitdiff
path: root/src/DTS/Validated.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/DTS/Validated.php')
-rw-r--r--src/DTS/Validated.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/DTS/Validated.php b/src/DTS/Validated.php
new file mode 100644
index 0000000..5df8af7
--- /dev/null
+++ b/src/DTS/Validated.php
@@ -0,0 +1,14 @@
+<?php
+
+declare(strict_types=1);
+
+namespace DTS;
+
+class Validated
+{
+ public ?string $url;
+
+ public ?string $title;
+
+ public ?string $tag;
+}