A bit more refactoring

This commit is contained in:
Unifox
2025-02-07 21:25:29 -07:00
parent 28407c5cdd
commit 37538f60b5
3 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface BbmModVersion {
downloadCount: number;
lastApprovedById?: number;
lastUpdatedById?: number;
fileSize: number;
fileSize?: number;
createdAt?: Date;
updatedAt?: Date;
}