Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpiringItem<T>

Wrapper which adds a due date to the item. Doesn't impose any rules itself.

see

createExpiringItem

Type parameters

  • T

Hierarchy

  • ExpiringItem

Index

Properties

Properties

expire

expire: number

Absolute timestamp at which this item is set to expire. After this point the item should be deleted and no longer available.

item

item: T

Generated using TypeDoc