summaryrefslogtreecommitdiff
path: root/nodejs/model/agent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs/model/agent.ts')
-rw-r--r--nodejs/model/agent.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/nodejs/model/agent.ts b/nodejs/model/agent.ts
deleted file mode 100644
index dce6424..0000000
--- a/nodejs/model/agent.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export type Agent = {
- accountId: string;
- credits: number;
- headquarters: string;
- shipCount: number;
- startingFaction: string;
- symbol: string;
-};