Rework layout and refactors (#4)
Reviewed-on: https://git.juancman.dev/juancmandev/website/pulls/4 Co-authored-by: juancmandev <juancmandev@protonmail.com> Co-committed-by: juancmandev <juancmandev@protonmail.com>
This commit is contained in:

committed by
Juan Manzanero

parent
9b4a54f702
commit
b4447f0e38
7
src/types/post-item.ts
Normal file
7
src/types/post-item.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
type TPostItem = {
|
||||
id: string;
|
||||
date: Date | string;
|
||||
title: string;
|
||||
type: 'blog' | 'portfolio' | 'videos';
|
||||
lang: string;
|
||||
};
|
Reference in New Issue
Block a user