Skip to content

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

Type Alias: LegacyResourceQuery

ts
type LegacyResourceQuery = object;

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

Indexable

ts
[key: string]: 
  | undefined
  | Value

Properties

include?

ts
optional include: string | string[];

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

Released under the MIT License.