forked from jappel/leistungsbilanz-ts
Describe snapshot source revisions
This commit is contained in:
parent
602ae6da0b
commit
dcb303284c
10 changed files with 246 additions and 27 deletions
|
|
@ -52,6 +52,7 @@ export interface ProjectSnapshotMetadataDto {
|
|||
id: string;
|
||||
projectId: string;
|
||||
sourceRevision: number;
|
||||
sourceRevisionMetadata: ProjectRevisionSummaryDto | null;
|
||||
schemaVersion: number;
|
||||
kind: "named" | "automatic";
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue