interface Entry<T0> {
    priority: bigint;
    value: T0;
}

Type Parameters

  • T0

Properties

Properties

priority: bigint
value: T0