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