change updatedTime into a Date

This commit is contained in:
2025-04-29 17:01:51 -07:00
parent f68dad0ca2
commit b58babc7ea
13 changed files with 62 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
export interface IEntityWithTimestamp {
updatedTimeMs: number;
updatedTime: Date;
}
export interface IEntityWithId {