UNPKG

@illgrenoble/visa-print-client

Version:

[![npm version](https://badge.fury.io/js/%40illgrenoble%2Fvisa-print-client.svg)](https://badge.fury.io/js/%40illgrenoble%2Fvisa-print-client)

6 lines (5 loc) 156 B
export declare class ErrorEvent { type: 'CONNECTION_ERROR' | 'ERROR' | 'EXCEPTION'; message: string; constructor(data?: Partial<ErrorEvent>); }