10 lines
No EOL
297 B
C#
10 lines
No EOL
297 B
C#
using Microsoft.EntityFrameworkCore;
|
|
using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
|
|
|
|
namespace Iceshrimp.Backend.Controllers.Pleroma.Schemas.Entities;
|
|
|
|
[Keyless]
|
|
public class AkkomaUserExtensions
|
|
{
|
|
[J("instance")] public required AkkomaInstanceEntity Instance { get; set; }
|
|
} |