fix: add id field to Project interface to resolve TS error
This commit is contained in:
parent
34243ff641
commit
19c557a154
@ -252,6 +252,7 @@ export interface Image {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface Project {
|
export interface Project {
|
||||||
|
id: number;
|
||||||
title: string;
|
title: string;
|
||||||
category: string;
|
category: string;
|
||||||
images: Image[];
|
images: Image[];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user