mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Added co-author to changeset
This commit is contained in:
committed by
René Pfeuffer
parent
e451bb618e
commit
a712c89f6a
@@ -34,6 +34,7 @@ export type Changeset = Collection & {
|
||||
mail?: string;
|
||||
};
|
||||
description: string;
|
||||
trailerPersons: TrailerPerson[];
|
||||
_links: Links;
|
||||
_embedded: {
|
||||
tags?: Tag[];
|
||||
@@ -42,6 +43,12 @@ export type Changeset = Collection & {
|
||||
};
|
||||
};
|
||||
|
||||
export type TrailerPerson = {
|
||||
name: string;
|
||||
mail: string;
|
||||
trailerType: string;
|
||||
};
|
||||
|
||||
export type ParentChangeset = {
|
||||
id: string;
|
||||
_links: Links;
|
||||
|
||||
Reference in New Issue
Block a user