UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

7 lines 235 B
import { INoticeEvent } from './notice-event'; import { IRequestEvent } from './request-event'; export interface IArrayEvent { events: (INoticeEvent | IRequestEvent)[]; type: 'array'; } //# sourceMappingURL=array-event.d.ts.map