UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

10 lines (7 loc) 116 B
export interface IErrorEvent { client: { id: string; }; type: 'error'; version: number; }