import { IQueryConfig } from '../common/iquery.config';
export interface ITaxonomyQueryConfig extends IQueryConfig {
}
