Skip to main content
Foldkit
On this pageTypes

Command

Types

Command

typesource

An Effect that produces a message, used for side effects in the update function.

type Command = Effect.Effect<T extends Schema.Schema.Any
  ? Schema.Schema.Type<T>
  : T, E, R>