menu
JsonObject
import { JsonObject } from "destack:json";
JSON object value.
1export type JsonObject = { readonly [key: string]: Json }import { JsonObject } from "destack:json";
JSON object value.
1export type JsonObject = { readonly [key: string]: Json }