Merge pull request #801 from iamkroot/typed-projs
Add type to `projectsData.ts`
This commit is contained in:
		| @@ -1,4 +1,11 @@ | |||||||
| const projectsData = [ | interface Project { | ||||||
|  |   title: string, | ||||||
|  |   description: string, | ||||||
|  |   href?: string, | ||||||
|  |   imgSrc?: string, | ||||||
|  | } | ||||||
|  |  | ||||||
|  | const projectsData: Project[] = [ | ||||||
|   { |   { | ||||||
|     title: 'A Search Engine', |     title: 'A Search Engine', | ||||||
|     description: `What if you could look up any information in the world? Webpages, images, videos |     description: `What if you could look up any information in the world? Webpages, images, videos | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user