Add default update fields to package.json
This commit is contained in:
parent
31bbec19ee
commit
69aa212352
2 changed files with 7 additions and 3 deletions
|
@ -49,8 +49,8 @@ import {
|
|||
const INTERVAL = 30 * durations.MINUTE;
|
||||
|
||||
type JSONVendorSchema = {
|
||||
requireManualUpdate?: boolean;
|
||||
minOSVersion?: string;
|
||||
requireManualUpdate?: boolean;
|
||||
requireUserConfirmation?: boolean;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue