Hyperlinkv0.8.0-beta.28

Store

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