Skip to content
@legacy

Documentation / @warp-drive/legacy / LegacyStoreSetupOptions

Type Alias: LegacyStoreSetupOptions

ts
type LegacyStoreSetupOptions = 
  | LegacyModelStoreSetupOptions
  | LegacyModelAndNetworkStoreSetupOptions
  | LegacyModelAndNetworkAndRequestStoreSetupOptions;

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

Released under the MIT License.