diff --git a/src/app/types/types.ts b/src/app/types/types.ts index d029a40..3ad8677 100644 --- a/src/app/types/types.ts +++ b/src/app/types/types.ts @@ -252,6 +252,7 @@ export interface Image { } export interface Project { + id: number; title: string; category: string; images: Image[];