fix tests

This commit is contained in:
Konstantin Schaper
2020-08-07 14:17:54 +02:00
parent a99fdcef8e
commit 76b561414c
5 changed files with 62 additions and 33 deletions

View File

@@ -46,8 +46,8 @@ export type Signature = {
keyId: string;
type: string;
status: "VERIFIED" | "NOT_FOUND" | "INVALID";
owner: string;
contacts: Person[];
owner?: string;
contacts?: Person[];
_links?: {
rawKey?: Link;
};