module@warp-drive/legacy/model-fragments @legacy
Type Alias WithFragmentArray<T>
ts
type WithFragmentArray<T> = T & WithArrayLike<T> & FragmentArray<T>;Defined in: warp-drive-packages/legacy/src/model-fragments/index.ts:14
Adds Ember's classic array-like API (via WithArrayLike) and the FragmentArray API to the type of a migrated fragment-array resource.
Type Parameters
T
T extends Fragment