Skip to content

Type Alias: ContextValidate<Context, Store>

ContextValidate<Context, Store> = Context extends (...args) => infer R ? (store) => ContextExcludeProps<R> : ContextExcludeProps<Context>

Defined in: store/src/types/context.ts:21

Validate and exclude store properties from context

Type Parameters

Context

Context

Store

Store