UNPKG

@spartacus/core

Version:

Spartacus - the core framework

6 lines (5 loc) 227 B
import { Action } from '@ngrx/store'; export declare const CLEAR_USER_MISCS_DATA = "[User] Clear User Misc Data"; export declare class ClearUserMiscsData implements Action { readonly type = "[User] Clear User Misc Data"; }