chore: add toggle bool to auth for items
This commit is contained in:
parent
212bbf3b82
commit
324378aa55
@ -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…
x
Reference in New Issue
Block a user