@drovp/types
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -493,2 +493,9 @@ /** | ||
export interface ExtractListDetailItem { | ||
/** | ||
* File name. | ||
*/ | ||
name: string; | ||
/** | ||
* Full path to a file. | ||
*/ | ||
path: string; | ||
@@ -495,0 +502,0 @@ size: number; |
{ | ||
"name": "@drovp/types", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"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
22093
590