UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines 159 B
export interface IRequestEvent { client: { id: string; }; label: string; type: 'request'; } //# sourceMappingURL=request-event.d.ts.map