import { CriteriaOptions } from './criteria-options.interface'; export interface FindCriteriaOptions extends CriteriaOptions { }