Server/project/src/models/eft/match/IMatchGroupCurrentResponse.ts
2024-05-15 23:45:48 +01:00

7 lines
155 B
TypeScript

import { IGroupCharacter } from "@spt-aki/models/eft/match/IGroupCharacter";
export interface IMatchGroupCurrentResponse
{
squad: IGroupCharacter[]
}