This commit is contained in:
Eduard Heimbuch
2020-07-31 10:26:44 +02:00
parent f4ab367220
commit 8db0301141
15 changed files with 506 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ export type Signature = {
type: string;
status: "VERIFIED" | "NOT_FOUND" | "INVALID";
owner: string;
contacts: string[];
contacts: Person[];
}
export type Contributor = {