AI-Studio/app/Build/Commands/Library.cs

3 lines
79 B
C#

namespace Build.Commands;
public record Library(string Path, string Filename);