Initial commit to new repository
This commit is contained in:
5
.decompiledproj/AxCopilot/Handlers/NoteEntry.cs
Normal file
5
.decompiledproj/AxCopilot/Handlers/NoteEntry.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using System;
|
||||
|
||||
namespace AxCopilot.Handlers;
|
||||
|
||||
internal record NoteEntry(DateTime SavedAt, string Content);
|
||||
Reference in New Issue
Block a user