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

4 lines
66 B
TypeScript

export interface ITransferGroupRequest
{
aidToChange: string
}