import { QueryOptions } from "../classes/query-options.class"; export interface IBeforeValidate { beforeValidate(options?: Partial): Promise | void; }