UNPKG

@comunica/mediatortype-time

Version:

A comunica mediator type for the 'time' parameter.

11 lines (10 loc) 257 B
import type { IActorTest } from '@comunica/core'; /** * A mediator type that has a time parameter. */ export interface IMediatorTypeTime extends IActorTest { /** * A certain amount of time, expressed in milliseconds. */ time?: number; }