import { JsonValue } from "../json-value";
export type JsonArray = JsonValue[] | readonly JsonValue[];
