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