mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Refactor external projects
This commit is contained in:
8
types/index.d.ts
vendored
8
types/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user