Utility Types
Effector provides several utility types to facilitate getting a type of value from the unit.
UnitValue<Type>
#
Taking out of Unit value type.
#
ExampleStoreValue<Type>
#
Taking out of Store value type.
#
ExampleEventPayload<Type>
#
Taking out of Event payload type.
#
ExampleEffectParams<Type>
#
Taking out of Effect params type.
#
ExampleEffectResult<Type>
#
Taking out of Effect result type.
#
ExampleEffectError<Type>
#
Taking out of Effect error type.