Hyperlinkv0.9.0-beta.0

Store

Source src/Store.ts:6153 lines
export interface StoreEffectsVariance<out C extends StoreContractValue> {
  readonly [TypeId]: { readonly _C: (_: never) => C };
}
Referenced by 4 symbols