# Interface: IGame

Represents a game linked to a Hoyolab account.

# Table of contents

# Properties

# Properties

# game_biz

game_biz: string

The game's business type.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:30 (opens new window)


# game_uid

game_uid: string

The game's unique ID.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:40 (opens new window)


# is_chosen

is_chosen: boolean

Whether the game is currently chosen as the active game.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:55 (opens new window)


# is_official

is_official: boolean

Whether the game is an official miHoYo game.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:65 (opens new window)


# level

level: number

The game's level.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:50 (opens new window)


# nickname

nickname: string

The game's nickname.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:45 (opens new window)


# region

region: string

The game's server region.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:35 (opens new window)


# region_name

region_name: string

The name of the game's region.

# Defined in

src/games/hoyolab/hoyolab.interface.ts:60 (opens new window)