mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Adds a Certifications section
This commit is contained in:
10
types/index.d.ts
vendored
10
types/index.d.ts
vendored
@@ -214,6 +214,11 @@ export interface Experience {
|
||||
to?: string;
|
||||
companyLink?: string;
|
||||
}
|
||||
export interface Certifications {
|
||||
body?: string;
|
||||
name?: string;
|
||||
year?: string;
|
||||
}
|
||||
|
||||
export interface Education {
|
||||
institution?: string;
|
||||
@@ -252,6 +257,11 @@ export interface Config {
|
||||
*/
|
||||
experiences?: Array<Experience>;
|
||||
|
||||
/**
|
||||
* Certifications list
|
||||
*/
|
||||
certifications?: Array<Certifications>;
|
||||
|
||||
/**
|
||||
* Education list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user