Skip to content

Documentation / @warp-drive/core-types / json/raw / Value

Type Alias: Value

ts
type Value = 
  | PrimitiveValue
  | ArrayValue
  | ObjectValue;

Defined in: warp-drive-packages/core/declarations/types/json/raw.d.ts:6

Released under the MIT License.