Skip to content
@legacy

Documentation / @warp-drive/legacy / LegacyStoreSetupOptions

Type Alias: LegacyStoreSetupOptions<T>

ts
type LegacyStoreSetupOptions<T> = 
  | LegacyModelStoreSetupOptions<T>
  | LegacyModelAndNetworkStoreSetupOptions<T>
| LegacyModelAndNetworkAndRequestStoreSetupOptions<T>;

Defined in: warp-drive-packages/legacy/src/index.ts:91

Type Parameters

T

T extends Cache = Cache

Released under the MIT License.