4 lines
95 B
C#
4 lines
95 B
C#
namespace AxCopilot.ViewModels;
|
|
|
|
public record FileActionData(string Path, FileAction Action);
|