Type alias DynOptionsDerivedCreate<T>

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

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

    Type Parameters

    • T