9 lines
No EOL
209 B
C#
9 lines
No EOL
209 B
C#
using Iceshrimp.Backend.Core.Database.Tables;
|
|
|
|
namespace Iceshrimp.Backend.Core.Events;
|
|
|
|
public class UserInteraction
|
|
{
|
|
public required User Actor { get; init; }
|
|
public required User Object { get; init; }
|
|
} |