Interface IBaseComponentClient

interface IBaseComponentClient {
    type: string;
    restartGame(options: GameOptions): Promise<void>;
}

Implemented by

Properties

Methods

Properties

type: string

Methods