@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
19 lines (12 loc) • 543 B
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / SwallowedErrorLoggerProps
# Interface: SwallowedErrorLoggerProps
Defined in: [src/abstract/Loggers.ts:54](https://github.com/clickup/ent-framework/blob/master/src/abstract/Loggers.ts#L54)
## Properties
| Property | Type |
| ------ | ------ |
| <a id="where"></a> `where` | `string` |
| <a id="error"></a> `error` | `unknown` |
| <a id="elapsed"></a> `elapsed` | `null` \| `number` |
| <a id="importance"></a> `importance` | `"low"` \| `"normal"` |