type alias JsonValue

Definition

null
| boolean
| number
| string
| JsonValue[]
| { [k: string]: JsonValue; }

Usage

import { type JsonValue } from "trellis/index.ts";