Type alias Client

Client: {
    _queryId: number;
    cells: Cells;
    dimensions: Dimensions;
    metadata: {
        [key: string]: string;
    };
    position: Vector2;
}

Type declaration

  • _queryId: number
  • cells: Cells
  • dimensions: Dimensions
  • metadata: {
        [key: string]: string;
    }
    • [key: string]: string
  • position: Vector2

Generated using TypeDoc