Skip to content

Commit

Permalink
Merge pull request #370 from orestbida/v2.8
Browse files Browse the repository at this point in the history
Update types: restore the `level` field
  • Loading branch information
orestbida authored Sep 3, 2022
2 parents 375b182 + 462991a commit dc1aefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare global {

interface SavedCookieContent {
categories: string[]
level: string[]
revision: number
data?: null | Record<string, Record<string, any> | string>
rfc_cookie: boolean
Expand Down

0 comments on commit dc1aefa

Please sign in to comment.