1
0

4 lines
150 B
C#

namespace Flawless.Core.Modal;
[Serializable]
public record struct CommitManifest(Guid ManifestId, DepotLabel[] Depot, WorkspaceFile[] FilePaths);