@noir-lang/types
Advanced tools
Comparing version 0.39.0 to 1.0.0-beta.0
export type Field = string | number | boolean; | ||
export type InputValue = Field | InputMap | (Field | InputMap)[]; | ||
export type InputValue = Field | InputMap | InputValue[]; | ||
export type InputMap = { | ||
@@ -4,0 +4,0 @@ [key: string]: InputValue; |
export type Field = string | number | boolean; | ||
export type InputValue = Field | InputMap | (Field | InputMap)[]; | ||
export type InputValue = Field | InputMap | InputValue[]; | ||
export type InputMap = { | ||
@@ -4,0 +4,0 @@ [key: string]: InputValue; |
@@ -7,3 +7,3 @@ { | ||
"packageManager": "yarn@3.5.1", | ||
"version": "0.39.0", | ||
"version": "1.0.0-beta.0", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -10,0 +10,0 @@ "homepage": "https://noir-lang.org/", |
Sorry, the diff of this file is not supported yet
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
49951