UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

6 lines 192 B
import { TExtendedTimingStateVector } from '../types'; export interface IUpdateEvent { message: TExtendedTimingStateVector; type: 'update'; } //# sourceMappingURL=update-event.d.ts.map