Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/williamngan/pts
/ ISpacePlayers
Interface
ISpacePlayers
src/Types.ts:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
* Typescript
interface
: ISpacePlayers represents a map of IPlayer instances.
64
*/
65
export
interface
ISpacePlayers {
66
[key: string]: IPlayer;
67
}
68
69
70
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected