UNPKG

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