tsbuffer-schema
Advanced tools
Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "tsbuffer-schema", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "TSBuffer schema declarations", | ||
@@ -36,2 +36,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/k8w/tsbuffer#readme" | ||
} | ||
} |
import BaseSchema from '../BaseSchema'; | ||
import ReferenceTypeSchema from './ReferenceTypeSchema'; | ||
import TSBufferSchema from '../TSBufferSchema'; | ||
/** | ||
@@ -10,4 +10,4 @@ * Reference like XXX['XX']['XX'] | ||
type: 'IndexedAccess'; | ||
objectType: ReferenceTypeSchema | IndexedAccessTypeSchema; | ||
objectType: TSBufferSchema; | ||
index: string; | ||
} |
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
24071