Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Handlers/NoteEntry.cs

6 lines
107 B
C#

using System;
namespace AxCopilot.Handlers;
internal record NoteEntry(DateTime SavedAt, string Content);