tsbuffer-schema
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "tsbuffer-schema", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "TSBuffer schema declarations", | ||
@@ -8,2 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"bp": "npm run build && cd dist && npm publish && cd ..", | ||
"build": "rm -rf dist && tsc -d && cp package.json README.md LICENSE dist/" | ||
@@ -36,2 +37,2 @@ }, | ||
"homepage": "https://github.com/k8w/tsbuffer#readme" | ||
} | ||
} |
import BaseSchema from '../BaseSchema'; | ||
export default interface EnumTypeSchema extends BaseSchema { | ||
type: 'Enum'; | ||
values: { | ||
members: { | ||
/** 序列化用 */ | ||
@@ -6,0 +6,0 @@ id: number; |
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
23700