UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

14 lines (7 loc) 388 B
[**@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.