@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
24 lines (15 loc) • 544 B
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / ClientEndLoggerProps
# Interface: ClientEndLoggerProps\<TNode\>
Defined in: [src/abstract/Loggers.ts:72](https://github.com/clickup/ent-framework/blob/master/src/abstract/Loggers.ts#L72)
## Type Parameters
| Type Parameter |
| ------ |
| `TNode` |
## Properties
| Property | Type |
| ------ | ------ |
| <a id="client"></a> `client` | [`Client`](../classes/Client.md) |
| <a id="key"></a> `key` | `string` |
| <a id="node"></a> `node` | `TNode` |