UserNotificationDataCreateInput: {
    actionUrl?: string | null;
    dbId?: string;
    message: string;
    severity: UserNotificationSeverityEnum;
    title: string;
    userNotifications?: UserNotificationsCreateNestedOneWithoutListInput;
}