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