1
0

3 lines
126 B
C#

namespace Flawless.Core.Modal;
public record class CommitManifest(ulong ManifestId, DepotLabel Depot, string[] FilePaths);