UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines 155 B
export interface IErrorEvent { client: { id: string; }; type: 'error'; version: number; } //# sourceMappingURL=error-event.d.ts.map