Skip to content

Documentation / @ember-data/store / types / LegacyResourceQuery

ts
type LegacyResourceQuery<T> = object;

Defined in: packages/store/src/-types/q/store.ts:34

Type Parameters

T

T = unknown

Indexable

ts
[key: string]: 
  | undefined
  | Value

Properties

include?

ts
optional include: T extends TypedRecordInstance ? Includes<T>[] : string | string[];

Defined in: packages/store/src/-types/q/store.ts:35

Released under the MIT License.