Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/ViewModels/FileActionData.cs

4 lines
95 B
C#

namespace AxCopilot.ViewModels;
public record FileActionData(string Path, FileAction Action);