Refactor external projects

This commit is contained in:
Ariful Alam
2022-10-12 16:05:14 +06:00
committed by Ariful Alam
parent 7ec5802b54
commit 53b4a1ee39
6 changed files with 70 additions and 55 deletions

8
types/index.d.ts vendored
View File

@@ -221,8 +221,8 @@ export interface Certifications {
link?: string;
}
export interface Showcase {
name?: string;
export interface ExternalProjects {
title?: string;
description?: string;
imageUrl?: string;
link?: string;
@@ -266,9 +266,9 @@ export interface Config {
experiences?: Array<Experience>;
/**
* Showcase list
* External Projects
*/
showcases?: Array<Showcase>;
externalProjects?: Array<ExternalProjects>;
/**
* Certifications list