[**@clickup/ent-framework**](../README.md)

***

[@clickup/ent-framework](../globals.md) / JSONValue

# Type Alias: JSONValue

> **JSONValue**: `null` \| `string` \| `number` \| `boolean` \| [`JSONValue`](JSONValue.md)[] \| `{ [k in string]?: JSONValue }`

Defined in: [src/types.ts:407](https://github.com/clickup/ent-framework/blob/master/src/types.ts#L407)

A JSON-serializable value.
