mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:47:21 +01:00
8 lines
172 B
C#
8 lines
172 B
C#
namespace MareSynchronos.API
|
|
{
|
|
public record ForbiddenFileDto
|
|
{
|
|
public string Hash { get; set; }
|
|
public string ForbiddenBy { get; set; }
|
|
}
|
|
}
|