Skip to content

Documentation / @warp-drive/core / StoreRequestInput

Type Alias: StoreRequestInput<RT>

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

Defined in: core/src/store/-private/cache-handler/handler.ts:43

Type Parameters

RT

RT = unknown

Released under the MIT License.