UI data binding changes
This commit is contained in:
@@ -19,4 +19,5 @@ export interface ICv{
|
||||
experiences: IExperience[];
|
||||
hobbies: IHobby[];
|
||||
projects: IProject[];
|
||||
projectsCategories: string[];
|
||||
}
|
||||
@@ -8,4 +8,7 @@ export interface IPost{
|
||||
likes: number;
|
||||
views: number;
|
||||
comments: number;
|
||||
image: string;
|
||||
createdDate: string;
|
||||
modifiedDate: string;
|
||||
}
|
||||
Reference in New Issue
Block a user