UNPKG

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