Server/project/src/models/eft/game/IGameModeRequestData.ts
kiobu 001def56a5 feat: add /client/game/mode handling (!308)
add `/client/game/mode` endpoint handling. gets into main menu

Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/308
Co-authored-by: kiobu <kiobu@sdf.org>
Co-committed-by: kiobu <kiobu@sdf.org>
2024-04-26 07:37:42 +00:00

5 lines
74 B
TypeScript

export interface IGameModeRequestData
{
sessionMode: string | null;
}