mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Add type definition for Resume feature
This commit is contained in:
9
types/index.d.ts
vendored
9
types/index.d.ts
vendored
@@ -216,6 +216,10 @@ export interface Education {
|
||||
to?: string;
|
||||
}
|
||||
|
||||
export interface Resume {
|
||||
fileUrl?: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
/**
|
||||
* GitHub Config
|
||||
@@ -227,6 +231,11 @@ export interface Config {
|
||||
*/
|
||||
social?: Social;
|
||||
|
||||
/**
|
||||
* Resume
|
||||
*/
|
||||
resume?: Resume;
|
||||
|
||||
/**
|
||||
* Skill list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user