UNPKG

@spartacus/core

Version:

Spartacus - the core framework

10 lines (9 loc) 224 B
export interface NotificationPreference { channel?: string; value?: string; enabled?: boolean; visible?: boolean; } export interface NotificationPreferenceList { preferences?: NotificationPreference[]; }