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
|
||||
viewchange: boolean
|
||||
show: boolean
|
||||
toggle: boolean
|
||||
}
|
||||
export interface SkillsType {
|
||||
id: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue