bookmark-info.ts 84 B

1234
  1. export type IBookmarkInfo = {
  2. sumOfBookmarks: number;
  3. isBookmarked: boolean,
  4. };