UNPKG
@totalsoft/pino-multitenancy
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
Correlation id mixin for pino
github.com/osstotalsoft/rocket-toolkit
osstotalsoft/rocket-toolkit
@totalsoft/pino-multitenancy
/
dist
/
src
/
tenantIdMixin.d.ts
9 lines
(8 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Creates a pino mixin object containing the current tenant id *
@returns
- the pino mixin object */
declare
function
tenantIdMixin
(
):
{ tenantId:
string
| undefined; }; export
default
tenantIdMixin;