Iceshrimp.NET/Iceshrimp.Backend/Core/Events/NoteInteraction.cs

9 lines
No EOL
177 B
C#

using Iceshrimp.Backend.Core.Database.Tables;
namespace Iceshrimp.Backend.Core.Events;
public class NoteInteraction
{
public required Note Note;
public required User User;
}