remove "optional" from entity type

This commit is contained in:
2025-04-29 16:19:41 -07:00
parent 570ab8a178
commit ee4b11a308
3 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
export interface IEntityWithOptionalTimestamp {
export interface IEntityWithTimestamp {
updatedTimeMs: number;
}