@drovp/types
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -349,3 +349,3 @@ /** | ||
export type ProgressData = {completed?: number; total?: number}; | ||
export type ProgressData = {completed?: number; total?: number; indeterminate?: boolean}; | ||
@@ -352,0 +352,0 @@ export interface ResultEmitters { |
{ | ||
"name": "@drovp/types", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"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
19247