Skip to content

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

Type Alias: PrimitiveValue

ts
type PrimitiveValue = string | number | boolean | null;

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

Released under the MIT License.