Skip to content
module@warp-drive/legacy/model-fragments @legacy

Type Alias WithFragment<T>

ts
type WithFragment<T> = T & WithEmberObject<T> & Fragment;

Defined in: warp-drive-packages/legacy/src/model-fragments/index.ts:9

Adds the classic EmberObject API (via WithEmberObject) and the Fragment API to the type of a migrated single-fragment resource.

Type Parameters

T

T

Released under the MIT License.