mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
fix tests
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user