UNPKG

@foblex/ng-clarc

Version:

A ngClarc library providing a set of utilities and interfaces for various projects.

7 lines (6 loc) 126 B
export interface IErrorDescription { key?: string; code?: string; message?: string; systemMessage?: string; }