import { ParsedObject } from "./Object"; export type FindQueryFunc = (obj: T) => boolean;