Skip to content

Commit

Permalink
Update protect-types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrounger authored Dec 21, 2024
1 parent 7c2093f commit 765bde0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/protect-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,14 +838,15 @@ export interface ProtectNvrUserConfigInterface {
alertRules: unknown[],
allPermissions: string[],
cloudAccount: {
firstName: string
lastName: string
email: string
profileImg: string
user: string
id: string
cloudId: string
name: string

firstName: string,
lastName: string,
email: string,
profileImg: string,
user: string,
id: string,
cloudId: string,
name: string,
modelKey: string
},
email: string,
Expand Down

0 comments on commit 765bde0

Please sign in to comment.