chore: add toggle bool to auth for items

This commit is contained in:
Jesús Pérex 2025-06-20 20:37:44 +01:00
parent 212bbf3b82
commit 324378aa55

View File

@ -2,6 +2,7 @@ export interface AuthInfoType {
editable: boolean editable: boolean
viewchange: boolean viewchange: boolean
show: boolean show: boolean
toggle: boolean
} }
export interface SkillsType { export interface SkillsType {
id: string id: string