UNPKG

@chustasoft/cs-common

Version:

Common utilities for JavaScript projects equivalents to ChustaSoft CommonNET project

7 lines (6 loc) 149 B
import { ErrorType } from '../enums/error-type.enum'; export interface ErrorMessage { type: ErrorType; text: string; property: string; }