mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-18 00:10:32 +00:00
update imports and create ApiBasedRepository.ts stub
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface IEntityWithIdAndOptionalTimestamp {
|
||||
id: string;
|
||||
millisecondsSinceEpoch: number;
|
||||
millisecondsSinceEpoch?: number;
|
||||
}
|
||||
|
||||
export interface ISystem extends IEntityWithIdAndOptionalTimestamp {
|
||||
|
||||
Reference in New Issue
Block a user