refactor: add typescript support to project

This commit is contained in:
HD
2022-06-20 17:44:42 +08:00
parent 45419bbcf4
commit c2c051d94c
25 changed files with 407 additions and 222 deletions
+3
View File
@@ -0,0 +1,3 @@
export interface EntityId {
id: number;
}