Type Alias DynOptionsDerivedCreate<T>

DynOptionsDerivedCreate:
    | string
    | DynDerivedReducerCtor<T>
    | DynDataDerivedCreate<T>

Creates a compound type for all derived reducer 'create' option combinations.

Type Parameters

  • T