UNPKG

mobyo-interfaces

Version:
10 lines (9 loc) 301 B
export interface IPrivacySetting { orderNotifications: boolean; pushNotificationsPromo: boolean; emailNotificationsPromo: boolean; whatsAppNotificationsPromo: boolean; smsNotificationsPromo: boolean; acceptPrivayAndPolicyTerm: boolean; acceptPrivayAndPolicyTermAt: Date; }