mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
allow key download from signature in changeset view
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
import { Collection, Links } from "./hal";
|
||||
import {Collection, Link, Links} from "./hal";
|
||||
import { Tag } from "./Tags";
|
||||
import { Branch } from "./Branches";
|
||||
import { Person } from "./Person";
|
||||
@@ -48,6 +48,9 @@ export type Signature = {
|
||||
status: "VERIFIED" | "NOT_FOUND" | "INVALID";
|
||||
owner: string;
|
||||
contacts: Person[];
|
||||
_links?: {
|
||||
rawKey?: Link;
|
||||
};
|
||||
}
|
||||
|
||||
export type Contributor = {
|
||||
|
||||
Reference in New Issue
Block a user