diff --git a/src/typs/cv.ts b/src/typs/cv.ts index ae1cb33..d631896 100644 --- a/src/typs/cv.ts +++ b/src/typs/cv.ts @@ -2,6 +2,7 @@ export interface AuthInfoType { editable: boolean viewchange: boolean show: boolean + toggle: boolean } export interface SkillsType { id: string