@drovp/types
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -114,3 +114,3 @@ /** | ||
operationPreparator?: ( | ||
payload: Pick<Payload, 'id' | 'options' | 'item' | 'items'>, | ||
payload: Pick<Payload, 'id' | 'options' | 'input' | 'inputs'>, | ||
utils: PreparatorUtils | ||
@@ -117,0 +117,0 @@ ) => Payload | null | undefined | false | void | Promise<Payload | null | undefined | false | void>; |
{ | ||
"name": "@drovp/types", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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
20488