API Docs for: v3.16.0-alpha.2
Show:

File: ../store/addon/-private/ts-interfaces/utils.ts

/**
  @module @ember-data/store
*/

export type ConfidentDict<V> = { [key: string]: V };
export type Dict<V> = { [key: string]: V | undefined };