tsbuffer-schema
Advanced tools
Comparing version 0.3.10 to 0.3.11
{ | ||
"name": "tsbuffer-schema", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "TSBuffer schema declarations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,6 @@ import BaseSchema from '../BaseSchema'; | ||
*/ | ||
indexSignature?: TSBufferSchema; | ||
indexSignature?: { | ||
keyType: 'String' | 'Number'; | ||
type: TSBufferSchema; | ||
}; | ||
} |
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
24110
327