Interface IGamesList

Represents a list of games linked to a Hoyolab account.

interface IGamesList {
    list: IGame[];
}

Properties

Properties

list: IGame[]

The list of games linked to the account. This should be a value of IGame.