Type Alias UserNotificationsUncheckedCreateWithoutListInput

UserNotificationsUncheckedCreateWithoutListInput: {
    dbId?: string;
    isRead: boolean;
    userId: string;
}