Skip to content
module@ember-data/store/types
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.