JsonType

Example values

Node.js
string | number | boolean | null | {
[key: string]: JsonType;
} | Array<JsonType> | JsonType[]

Community questions

Was this page useful?