UNPKG

@telsystems/common

Version:
11 lines (10 loc) 234 B
import { EErrorType } from '../enums'; export interface IErrorHelper { timestamp: number; responseTimestamp?: number; message?: string; meta?: string; stack?: string; type?: EErrorType; details?: string; }