UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

10 lines (7 loc) 118 B
export interface IRequestEvent { client: { id: string; }; label: string; type: 'request'; }