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>
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export interface IGameModeRequestData
|
|
{
|
|
sessionMode: string | null;
|
|
}
|