forked from jappel/leistungsbilanz-ts
Add automatic project snapshots
This commit is contained in:
parent
59d442593f
commit
1a77eedaa8
23 changed files with 2232 additions and 26 deletions
|
|
@ -46,6 +46,7 @@ export interface ProjectSnapshotMetadataDto {
|
|||
projectId: string;
|
||||
sourceRevision: number;
|
||||
schemaVersion: number;
|
||||
kind: "named" | "automatic";
|
||||
name: string;
|
||||
description: string | null;
|
||||
payloadSha256: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue