mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
11 lines
133 B
PHP
11 lines
133 B
PHP
<?php
|
|
|
|
namespace App\Entity\RdapResponse;
|
|
|
|
class Link
|
|
{
|
|
public string $href;
|
|
public string $value;
|
|
public string $rel;
|
|
}
|