Interface Tag

a tag for an entry

interface Tag {
    name: string;
    timestamp: number;
}

Properties

Properties

name: string

the name of the tag

timestamp: number

the timestamp when this tag was added