mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
cleanup
This commit is contained in:
@@ -47,7 +47,7 @@ export type Signature = {
|
||||
type: string;
|
||||
status: "VERIFIED" | "NOT_FOUND" | "INVALID";
|
||||
owner: string;
|
||||
contacts: string[];
|
||||
contacts: Person[];
|
||||
}
|
||||
|
||||
export type Contributor = {
|
||||
|
||||
Reference in New Issue
Block a user