Skip to content

Documentation / @ember-data/store / index / StoreRequestInput

Type Alias: StoreRequestInput<RT>

ts
type StoreRequestInput<RT> = 
  | ImmutableRequestInfo<RT>
| LooseStoreRequestInfo<RT>;

Defined in: warp-drive-packages/core/declarations/store/-private/cache-handler/handler.d.ts:10

Type Parameters

RT

RT = unknown

Released under the MIT License.