Type alias GameState<T>

GameState<T>: {
    [id: string]: T;
}

Type Parameters

  • T

Type declaration

  • [id: string]: T

Generated using TypeDoc