UNPKG

ts-essentials

Version:
5 lines (4 loc) 105 B
import { JsonValue } from "../json-value"; export type JsonObject = { [Key in string]: JsonValue; };