export type BookmarkDetail = Bookmark & {
  description: string,
  creationDate: string,
  ratings: Array<string>,
};