UNPKG

@spartacus/core

Version:

Spartacus - the core framework

6 lines (5 loc) 225 B
import { EntityLoaderState } from '../../state/utils/entity-loader/entity-loader-state'; export declare const PROCESS_FEATURE = "process"; export interface StateWithProcess<T> { [PROCESS_FEATURE]: EntityLoaderState<T>; }