import { NarrowInclude, NarrowSelect, NarrowWhere } from './inputNarrowing.js'; export interface DeleteInput { where: WhereUnique; select?: NarrowSelect