interface RecentMatchesDto {
    currentTime: string;
    matchIds: string[];
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

currentTime: string
matchIds: string[]

A list of recent match ids.