UNPKG

266 BTypeScriptView Raw
1import { MapSchema } from './MapSchema';
2/**
3 * Schema to validate [[FilterParams]].
4 *
5 * @see [[FilterParams]]
6 */
7export declare class FilterParamsSchema extends MapSchema {
8 /**
9 * Creates a new instance of validation schema.
10 */
11 constructor();
12}