fix: webContents.print parameter validation error (#38614)

This commit is contained in:
Shelley Vohr 2023-06-09 21:41:01 +02:00 committed by GitHub
parent e8fd5fd3a8
commit c0d9764de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 7 deletions

View file

@ -242,6 +242,10 @@ declare namespace ElectronInternal {
custom_display_name: string,
height_microns: number,
width_microns: number,
imageable_area_left_microns?: number,
imageable_area_bottom_microns?: number,
imageable_area_right_microns?: number,
imageable_area_top_microns?: number,
is_default?: 'true',
}