UNPKG

@spartacus/core

Version:

Spartacus - the core framework

7 lines (6 loc) 118 B
export interface LoaderState<T> { loading?: boolean; error?: boolean; success?: boolean; value?: T; }