Update admin page

This commit is contained in:
Kieran
2022-02-22 14:20:31 +00:00
parent 3bffcdeb13
commit e9a0b8fb1c
25 changed files with 242 additions and 53 deletions

View File

@@ -24,9 +24,11 @@ namespace VoidCat.Model
public sealed record PublicVoidFile : VoidFile<VoidFileMeta>
{
public Bandwidth? Bandwidth { get; init; }
}
public sealed record PrivateVoidFile : VoidFile<SecretVoidFileMeta>
{
public Bandwidth? Bandwidth { get; init; }
}
}