Server/project/src/models/eft/match/IMatchGroupCurrentResponse.ts

7 lines
155 B
TypeScript
Raw Normal View History

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