namespace Iceshrimp.Shared.Schemas.Web; // TODO: Instance Response for /api/iceshrimp/instance public class InstanceResponse { } public class StaffResponse { public required List Admins { get; set; } public required List Moderators { get; set; } }