Type alias Gamestate

Gamestate: {
    active_player?: string;
    args: any;
    description?: string;
    descriptionmyturn?: string;
    id: string;
    name: string;
    private_state?: Gamestate;
}

Type declaration

  • Optional active_player?: string
  • args: any
  • Optional description?: string
  • Optional descriptionmyturn?: string
  • id: string
  • name: string
  • Optional private_state?: Gamestate

Generated using TypeDoc