Type Alias UserNotificationsUncheckedCreateInput

UserNotificationsUncheckedCreateInput: {
    dbId?: string;
    isRead: boolean;
    list?: UserNotificationDataUncheckedCreateNestedManyWithoutUserNotificationsInput;
    userId: string;
}