@mini-types/app
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@mini-types/app", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript declarations for Alipay's mini program.", | ||
@@ -23,3 +23,3 @@ "scripts": {}, | ||
}, | ||
"gitHead": "f84b3349dc90afa6ad3b32d5ed3e0bb56dd67135" | ||
"gitHead": "ac6225af6fd37ee84b700abed9f541c316ff10f2" | ||
} |
@@ -541,3 +541,3 @@ export type UnknownRecord = Record<string, unknown>; | ||
? unknown | ||
: never; | ||
: ExtraOptions[P]; | ||
} & Partial<IComponentOptions<Data, Props, Methods, ExtraOptions>> & | ||
@@ -544,0 +544,0 @@ ThisType<IComponentInstance<Data, Props, Methods, ExtraThis, ExtraOptions>>; |
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
14721