A mediator type that has a time parameter.

interface IMediatorTypeTime {
    time?: number;
}

Hierarchy (view full)

Properties

Properties

time?: number

A certain amount of time, expressed in milliseconds.