Type Alias UserNotificationDataUncheckedCreateWithoutUserNotificationsInput

UserNotificationDataUncheckedCreateWithoutUserNotificationsInput: {
    actionUrl?: string | null;
    dbId?: string;
    message: string;
    severity: UserNotificationSeverityEnum;
    title: string;
}