From 324378aa55ef81bf06817a9b1e4b3826cc83c493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Fri, 20 Jun 2025 20:37:44 +0100 Subject: [PATCH] chore: add toggle bool to auth for items --- src/typs/cv.ts | 1 + 1 file changed, 1 insertion(+) 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