Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface ISocialLinks{
|
||||
id: number;
|
||||
gitHub: string;
|
||||
linkedin: string;
|
||||
blogUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user