tsbuffer-schema
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "tsbuffer-schema", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "TSBuffer schema declarations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,4 @@ import BaseSchema from '../BaseSchema'; | ||
name: string; | ||
/** 可选字段 */ | ||
optional?: boolean; | ||
type: TSBufferSchema; | ||
@@ -13,0 +15,0 @@ }[]; |
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
24044
324