tsbuffer-schema
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "tsbuffer-schema", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TSBuffer schema declarations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import { InterfaceTypeSchema } from './InterfaceTypeSchema'; | ||
import { InterfaceReference } from '../InterfaceReference'; | ||
import { IntersectionTypeSchema } from './IntersectionTypeSchema'; | ||
import { UnionTypeSchema } from './UnionTypeSchema'; | ||
/** equivalent to pick & overwrite */ | ||
@@ -9,3 +7,3 @@ export interface OverwriteTypeSchema { | ||
target: InterfaceTypeSchema | InterfaceReference; | ||
overwrite: InterfaceTypeSchema | InterfaceReference | UnionTypeSchema | IntersectionTypeSchema; | ||
overwrite: InterfaceTypeSchema | InterfaceReference; | ||
} |
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
24302
324