@docusaurus/types
Advanced tools
Comparing version 2.0.0-alpha.bd62be93d to 2.0.0-alpha.e90749c6f
{ | ||
"name": "@docusaurus/types", | ||
"version": "2.0.0-alpha.bd62be93d", | ||
"version": "2.0.0-alpha.e90749c6f", | ||
"description": "Common used typings for Docusaurus packages", | ||
@@ -22,3 +22,3 @@ "main": "./src/index.js", | ||
}, | ||
"gitHead": "056b5525e788ce77b725ff6fdea2be2cdcea3cd9" | ||
"gitHead": "bbb311222a6625fafa732443cc41544d4ec762e2" | ||
} |
@@ -339,3 +339,6 @@ /** | ||
export interface ValidationSchema<T> { | ||
validate(options: Partial<T>, opt: object): ValidationResult<T>; | ||
validate( | ||
options: Partial<T>, | ||
opt: Record<string, unknown>, | ||
): ValidationResult<T>; | ||
unknown(): ValidationSchema<T>; | ||
@@ -342,0 +345,0 @@ append(data: any): ValidationSchema<T>; |
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
10723
318