Interface Async_Entry<T>

interface Async_Entry<T> {
    options: Partial<Options>;
    timestamp: number;
    value: T;
}

Type Parameters

  • T

Properties

options: Partial<Options>
timestamp: number
value: T

Generated using TypeDoc