Iceshrimp.NET/Iceshrimp.Shared/Schemas/Web/NoteRefetchResponse.cs
2024-07-04 18:57:17 +02:00

7 lines
No EOL
179 B
C#

namespace Iceshrimp.Shared.Schemas.Web;
public class NoteRefetchResponse
{
public required NoteResponse Note { get; set; }
public required List<string> Errors { get; set; }
}