renaming app directory
This commit is contained in:
11
app/src/components/projects/Project.interface.ts
Normal file
11
app/src/components/projects/Project.interface.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface Project {
|
||||
partitionKey: string;
|
||||
rowKey: string;
|
||||
iconName: string;
|
||||
order: string;
|
||||
repoName: string;
|
||||
siteUrl: string;
|
||||
subTitle: string;
|
||||
summary: string;
|
||||
title: string;
|
||||
}
|
||||
Reference in New Issue
Block a user