Refactor certification section

This commit is contained in:
Ariful Alam
2022-12-09 20:51:21 +06:00
parent fcbc08d483
commit ae8cc57533
5 changed files with 45 additions and 45 deletions

2
types/index.d.ts vendored
View File

@@ -218,7 +218,7 @@ export interface Certifications {
body?: string;
name?: string;
year?: string;
certLink?: string;
link?: string;
}
export interface Education {