Server/project/src/models/eft/game/IGameLogoutResponseData.ts

4 lines
63 B
TypeScript
Raw Normal View History

2023-03-03 15:23:46 +00:00
export interface IGameLogoutResponseData
{
status: string
}