chore: add toggle bool to auth for items
This commit is contained in:
parent
212bbf3b82
commit
324378aa55
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue