interface AccessVersionedObjectCertificate {
    $type$: "AccessVersionedObjectCertificate";
    data: SHA256IdHash;
    license: SHA256Hash<License>;
    person: SHA256IdHash<Person>;
}

Properties

$type$: "AccessVersionedObjectCertificate"
data: SHA256IdHash
license: SHA256Hash<License>
person: SHA256IdHash<Person>