@legacy
Documentation / @warp-drive/legacy / LegacyStoreSetupOptions
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