Member Junction
    Preparing search index...

    Variable MJUserNotificationSchemaConst

    MJUserNotificationSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ID: ZodString;
            Message: ZodNullable<ZodString>;
            NotificationType: ZodNullable<ZodString>;
            NotificationTypeID: ZodNullable<ZodString>;
            ReadAt: ZodNullable<ZodDate>;
            ResourceConfiguration: ZodNullable<ZodString>;
            ResourceRecordID: ZodNullable<ZodString>;
            ResourceType: ZodNullable<ZodString>;
            ResourceTypeID: ZodNullable<ZodString>;
            Title: ZodNullable<ZodString>;
            Unread: ZodBoolean;
            User: ZodString;
            UserID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ID?: string;
            Message?: string;
            NotificationType?: string;
            NotificationTypeID?: string;
            ReadAt?: Date;
            ResourceConfiguration?: string;
            ResourceRecordID?: string;
            ResourceType?: string;
            ResourceTypeID?: string;
            Title?: string;
            Unread?: boolean;
            User?: string;
            UserID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ID?: string;
            Message?: string;
            NotificationType?: string;
            NotificationTypeID?: string;
            ReadAt?: Date;
            ResourceConfiguration?: string;
            ResourceRecordID?: string;
            ResourceType?: string;
            ResourceTypeID?: string;
            Title?: string;
            Unread?: boolean;
            User?: string;
            UserID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: User Notifications