Skip to content

Commit

Permalink
fix: add types for warn-if-update-available (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 13, 2023
1 parent 0d87b7d commit 5464dcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interfaces/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ export namespace PJSON {
nsisCustomization?: string
schema?: number
scope?: string
'warn-if-update-available'?: {
authorization: string
message: string
registry: string
timeoutInDays: number
}
}
}

Expand Down

0 comments on commit 5464dcf

Please sign in to comment.