A mediator type that has a time parameter.

interface IMediatorTypeTime {
    time?: number;
}

Hierarchy (View Summary)

Properties

Properties

time?: number

A certain amount of time, expressed in milliseconds.