Server/project/src/models/eft/profile/IGetProfileSettingsRequest.ts
2023-03-03 15:23:46 +00:00

4 lines
83 B
TypeScript

export interface IGetProfileSettingsRequest
{
squadInviteRestriction: boolean
}