7 lines
No EOL
253 B
C#
7 lines
No EOL
253 B
C#
using Foxnouns.Backend.Database;
|
|
|
|
namespace Foxnouns.Backend.Jobs;
|
|
|
|
public record AvatarUpdatePayload(Snowflake Id, string? NewAvatar);
|
|
|
|
public record CreateFlagPayload(Snowflake Id, Snowflake UserId, string Name, string ImageData, string? Description); |