UNPKG

@chustasoft/cs-common

Version:

Common utilities for JavaScript projects equivalents to ChustaSoft CommonNET project

7 lines (6 loc) 105 B
export declare enum ErrorType { REQUIRED = 0, INVALID = 1, VALIDATION = 2, UNKNOWN = 3 }