diff --git a/package.json b/package.json index adfb93e..2f8aed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@simrail/types", - "version": "0.0.4", + "version": "0.0.5", "main": "index.js", "keywords": [], "author": { diff --git a/src/station.d.ts b/src/station.d.ts index 6863c49..5007f73 100644 --- a/src/station.d.ts +++ b/src/station.d.ts @@ -14,6 +14,7 @@ type Station = { type DispatchedBy = { ServerCode: string, SteamId: string, + XboxId: string, } export type { Station }