This commit is contained in:
hydrant
2021-03-27 16:28:10 +01:00
parent 043a2f3a83
commit 7238764307
4 changed files with 38 additions and 16 deletions

View File

@@ -43,6 +43,7 @@ interface IBrowser {
interface IEntity {
id: number;
remoteId: number;
handle: number;
type: EntityType;
getSharedData<T>(key: string): T;
}