UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines (6 loc) 96 B
export interface INoticeEvent { client: { id: string; }; type: 'notice'; }