this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create Book type, matching data in the data spreadsheet.

Bailey Kane 06545411 fddfaeb5

+7
+7
types/Book.ts
··· 1 + export default interface Book { 2 + title: string; 3 + author: string; 4 + isbn: string; 5 + dateAdded: string; 6 + dateRead: string; 7 + }