export class BookmarkEnd { id: string; constructor(id: string) { this.id = id; } }