Type alias SubsequentEntryData<EntryType, N>

SubsequentEntryData<EntryType, N>: {
    entry: Immutable<EntryType>;
} | {
    missingInterval: IntegerInterval<N>;
} | {
    noValue: true;
}

Data returned by getNextEntry() and getPreviousEntry.

Type Parameters

Type declaration

Type declaration

Type declaration

  • noValue: true

Generated using TypeDoc