@legacy
Documentation / @warp-drive/legacy / model-fragments / WithFragmentArray
Documentation / @warp-drive/legacy / model-fragments / WithFragmentArray
Type Alias: WithFragmentArray<T>
ts
type WithFragmentArray<T> = T & WithArrayLike<T> & FragmentArray<T>;
Defined in: warp-drive-packages/legacy/src/model-fragments/index.ts:6
Type Parameters
T
T
extends Fragment