Type alias DynDataHost<D>

    DynDataHost<D>: (D | null)[]

    Provides a compound type for the backing data structure stored in reducers.

    Type Parameters

    • D