Package-level declarations

Types

Link copied to clipboard
data class Deadline(val noteId: Identifier, val time: Time)
Link copied to clipboard
Link copied to clipboard
data class Time(val time: ULong)

Time saved in Unix Time Format. Note that, the ULong type should avoid the 2038 issue.