An Effect that produces a message, used for side effects in the update function.
Effect
type Command = Effect.Effect<T extends Schema.Schema.Any ? Schema.Schema.Type<T> : T, E, R>