Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/canvas
JsonValue
type
type JsonValue = null | boolean | number | string | readonly JsonValue[] | {}
Import
import { JsonValue } from '@modular/sdk/canvas';