diff --git a/src/types/nex/serialized-connection.ts b/src/types/nex/serialized-connection.ts index 47a1088..eb4a40f 100644 --- a/src/types/nex/serialized-connection.ts +++ b/src/types/nex/serialized-connection.ts @@ -1,23 +1,7 @@ import type RMCMessage from '@/nex/rmc-message'; import type NEXByteStreamSettings from '@/types/nex/byte-stream-settings'; import type ServiceProtocol from '@/types/nex/service-protocol'; -/* -export type Title = { - name: string; - game_server_id: string; - access_key: string; - library_versions: { - main: string; - ranking: string; - datastore: string; - match_making: string; - messaging: string; - utility: string; - }; - settings: NEXByteStreamSettings; - title_ids: string[]; -}; -*/ + export interface Title { name: string; gameServerID: string;