Add automatic project snapshots
This commit is contained in:
@@ -46,6 +46,7 @@ export interface ProjectSnapshotMetadataDto {
|
||||
projectId: string;
|
||||
sourceRevision: number;
|
||||
schemaVersion: number;
|
||||
kind: "named" | "automatic";
|
||||
name: string;
|
||||
description: string | null;
|
||||
payloadSha256: string;
|
||||
|
||||
Reference in New Issue
Block a user