UNPKG

pip-services3-commons-nodex

Version:

Portable abstractions and patterns for Pip.Services in Node.js / ES2017

13 lines (12 loc) 283 B
import { ArraySchema } from './ArraySchema'; /** * Schema to validate [[ProjectionParams]] * * @see [[ProjectionParams]] */ export declare class ProjectionParamsSchema extends ArraySchema { /** * Creates a new instance of validation schema. */ constructor(); }