Skip to content
module@warp-drive/legacy @legacy
ts
type LegacyStoreSetupOptions<T> = 
  | LegacyModelStoreSetupOptions<T>
  | LegacyModelAndNetworkStoreSetupOptions<T>
| LegacyModelAndNetworkAndRequestStoreSetupOptions<T>;

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

Type Parameters

T

T extends Cache = Cache

Released under the MIT License.