experience company link added

This commit is contained in:
vigneshkanna
2022-10-11 18:22:22 +05:30
parent 83a254e687
commit 3e0af6dad2
3 changed files with 11 additions and 3 deletions

1
types/index.d.ts vendored
View File

@@ -207,6 +207,7 @@ export interface Experience {
position?: string;
from?: string;
to?: string;
companyLink?: string;
}
export interface Education {