Skip to content

Commit

Permalink
Add type to projectsData
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Dec 11, 2023
1 parent 03c1115 commit fa27419
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/projectsData.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
const projectsData = [
interface Project {
title: string,
description: string,
href?: string,
imgSrc?: string,
}

const projectsData: Project[] = [
{
title: 'A Search Engine',
description: `What if you could look up any information in the world? Webpages, images, videos
Expand Down

0 comments on commit fa27419

Please sign in to comment.