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 BlogPost type

BK610 4057a074 e9b396bb

+6
+6
types/BlogPost.ts
··· 1 + export default interface BlogPost { 2 + title: string; 3 + content: string; 4 + publishedDate: string; 5 + updatedDate: string; 6 + }