@drovp/types
Advanced tools
Comparing version 4.10.1 to 4.10.2
@@ -556,3 +556,3 @@ /** | ||
interface DialogFileFilter { | ||
export interface DialogFileFilter { | ||
// Docs: https://electronjs.org/docs/api/structures/file-filter | ||
@@ -564,3 +564,3 @@ | ||
interface OpenDialogOptions { | ||
export interface OpenDialogOptions { | ||
title?: string; | ||
@@ -603,3 +603,3 @@ defaultPath?: string; | ||
interface OpenDialogReturnValue { | ||
export interface OpenDialogReturnValue { | ||
/** | ||
@@ -624,3 +624,3 @@ * whether or not the dialog was canceled. | ||
interface SaveDialogOptions { | ||
export interface SaveDialogOptions { | ||
/** | ||
@@ -675,3 +675,3 @@ * The dialog title. Cannot be displayed on some _Linux_ desktop environments. | ||
interface SaveDialogReturnValue { | ||
export interface SaveDialogReturnValue { | ||
/** | ||
@@ -678,0 +678,0 @@ * whether or not the dialog was canceled. |
{ | ||
"name": "@drovp/types", | ||
"version": "4.10.1", | ||
"version": "4.10.2", | ||
"description": "Drovp plugin API definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23149