[node] begin the great typescript rewrite
This commit is contained in:
parent
3b61a9694d
commit
d668eac4a6
31 changed files with 879 additions and 666 deletions
8
nodejs/model/agent.ts
Normal file
8
nodejs/model/agent.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export type Agent = {
|
||||
accountId: string;
|
||||
credits: number;
|
||||
headquarters: string;
|
||||
shipCount: number;
|
||||
startingFaction: string;
|
||||
symbol: string;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue