UNPKG
rewardwee_auth_access
Version:
latest (1.0.0)
1.0.0
auth verify access for all microservices
rewardwee_auth_access
/
dist
/
helpers
/
errorReporting.d.ts
12 lines
(11 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
type
ErrorDataType
= {
msg
:
string
;
file
?:
string
;
stack
?:
string
;
class
?:
string
;
time
:
string
;
user
?:
string
;
admin
?:
string
;
status
:
'STRONG'
|
'MILD'
|
'WEAK'
|
'INFO'
; };
export
declare
const
LogError
:
(
err
:
ErrorDataType
) =>
void
;