Interface WorkBookmark

interface WorkBookmark {
    bookmarkNotes?: string;
    bookmarkerTags?: Tag[];
    dateBookmarked: Date;
}

Properties

bookmarkNotes?: string
bookmarkerTags?: Tag[]
dateBookmarked: Date

Generated using TypeDoc