From 6504e44ffa97965e47e893b55621d2d04003d519 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 15 May 2024 23:49:33 +0200 Subject: [node] Added agent class, and fixed contract updates --- nodejs/lib/types.ts | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nodejs/lib/types.ts') diff --git a/nodejs/lib/types.ts b/nodejs/lib/types.ts index e4d750f..4f15d70 100644 --- a/nodejs/lib/types.ts +++ b/nodejs/lib/types.ts @@ -1,12 +1,3 @@ -export type Agent = { - accountId: string; - credits: number; - headquarters: string; - shipCount: number; - startingFaction: string; - symbol: string; -}; - export type CommonThing = { description: string; name: string; -- cgit v1.2.3