UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

12 lines (8 loc) 161 B
export interface ISummaryEvent { client: { id: string; }; numberOfGatheredCandidates: number; type: 'summary'; version: number; }