Files
noahspan-root/app/src/components/projects/Project.interface.ts

11 lines
202 B
TypeScript

export interface Project {
partitionKey: string;
rowKey: string;
iconName: string;
order: string;
repoName: string;
siteUrl: string;
subTitle: string;
summary: string;
title: string;
}