Skip to main content

JsonValue

type
type JsonValue = null | boolean | number | string | readonly JsonValue[] | {}

Import

import { JsonValue } from '@modular/sdk';