Type Alias UserNotificationsUncheckedCreateWithoutUserInput

UserNotificationsUncheckedCreateWithoutUserInput: {
    dbId?: string;
    isRead: boolean;
    list?: UserNotificationDataUncheckedCreateNestedManyWithoutUserNotificationsInput;
}