mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 12:01:38 +00:00
3 lines
83 B
C#
3 lines
83 B
C#
namespace Build.Commands;
|
|
|
|
public record Database(string Path, string Filename); |