Skip to content

@vttforge/core / SocketRequestHandler

Type Alias: SocketRequestHandler

SocketRequestHandler = SocketRequestRun | { run: SocketRequestRun; }

One thing a client can ask the GM's client to do on its behalf. A bare function is the same as { run }.

MIT licensed.