import { FindOptionsSelect } from './FindOptionsSelect' /** * A single property handler for FindOptionsSelect. */ export type FindOptionsSelectProperty = Property extends Promise ? FindOptionsSelectProperty | boolean : Property extends Array ? FindOptionsSelectProperty | boolean : Property extends Function ? boolean : Property extends Date ? boolean : Property extends object ? FindOptionsSelect : boolean