UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines (5 loc) 152 B
import { TExtendedTimingStateVector } from '../types'; export interface IUpdateEvent { message: TExtendedTimingStateVector; type: 'update'; }