UNPKG

@spartacus/core

Version:

Spartacus - the core framework

6 lines (5 loc) 84 B
export interface EntityState<T> { entities: { [id: string]: T; }; }