Variable MJUserNotificationPreferenceSchemaConst
MJUserNotificationPreferenceSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
EmailEnabled: ZodNullable<ZodBoolean>;
Enabled: ZodNullable<ZodBoolean>;
ID: ZodString;
InAppEnabled: ZodNullable<ZodBoolean>;
NotificationType: ZodString;
NotificationTypeID: ZodString;
SMSEnabled: ZodNullable<ZodBoolean>;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
EmailEnabled?: boolean;
Enabled?: boolean;
ID?: string;
InAppEnabled?: boolean;
NotificationType?: string;
NotificationTypeID?: string;
SMSEnabled?: boolean;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
EmailEnabled?: boolean;
Enabled?: boolean;
ID?: string;
InAppEnabled?: boolean;
NotificationType?: string;
NotificationTypeID?: string;
SMSEnabled?: boolean;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: User Notification Preferences