tangled
alpha
login
or
join now
baileykane.co
/
personal-website-next
0
fork
atom
this repo has no description
www.baileykane.co/
0
fork
atom
overview
issues
pulls
pipelines
Add 'Type' to name
baileykane.co
1 year ago
9aa1d95c
94b5c1b8
+1
-1
1 changed file
expand all
collapse all
unified
split
types
BlogPost.ts
+1
-1
types/BlogPost.ts
···
1
1
-
export default interface BlogPost {
1
1
+
export default interface BlogPostType {
2
2
title: string;
3
3
slug: string;
4
4
content: string;