interface Consent_1_1_0 {
    $type$: "Consent_1_1_0";
    fileReference?: SHA256Hash<BlobDescriptor>;
    isoStringDate: string;
    status: "given" | "revoked";
    text?: string;
}

Properties

$type$: "Consent_1_1_0"
fileReference?: SHA256Hash<BlobDescriptor>
isoStringDate: string
status: "given" | "revoked"
text?: string