aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/Model/NoteAttachment.php
blob: b07d595d969bb83e5d964cb0ea7b35e9d3cc4169 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace WpfTest\Model;

use WpfTest\Model;

class NoteAttachment extends Model {
    public int $index;
    public string $type;
    public string $href;
    public ?string $description;
}