[node] finished the great typescript rewrite
This commit is contained in:
parent
8107afbd90
commit
a1d6b03ec9
30 changed files with 1019 additions and 359 deletions
5
nodejs/model/common.ts
Normal file
5
nodejs/model/common.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export type CommonThing = {
|
||||
description: string;
|
||||
name: string;
|
||||
symbol: string;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue