mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Added type and new styling for showcases
This commit is contained in:
committed by
Ariful Alam
parent
422e0ba12f
commit
04603e7bd3
12
types/index.d.ts
vendored
12
types/index.d.ts
vendored
@@ -221,6 +221,13 @@ export interface Certifications {
|
||||
link?: string;
|
||||
}
|
||||
|
||||
export interface Showcase {
|
||||
name?: string;
|
||||
description?: string;
|
||||
imageUrl?: string;
|
||||
link?: string;
|
||||
}
|
||||
|
||||
export interface Education {
|
||||
institution?: string;
|
||||
degree?: string;
|
||||
@@ -257,6 +264,11 @@ export interface Config {
|
||||
* Experience list
|
||||
*/
|
||||
experiences?: Array<Experience>;
|
||||
|
||||
/**
|
||||
* Showcase list
|
||||
*/
|
||||
showcases?: Array<Showcase>;
|
||||
|
||||
/**
|
||||
* Certifications list
|
||||
|
||||
Reference in New Issue
Block a user