Skip to content

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

ts
type LegacyResourceQuery<T> = object;

Defined in: warp-drive-packages/core/declarations/store/-types/q/store.d.ts:31

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: warp-drive-packages/core/declarations/store/-types/q/store.d.ts:32

Released under the MIT License.