UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 129 B
export declare class ValidationError extends Error { fields: string[]; constructor(message: string, fields: string[]); }