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