UNPKG
@unito/integration-debugger
Version:
latest (0.28.8)
0.28.8
0.28.7
0.28.6
0.28.5
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.0
0.26.9
0.26.8
0.26.7
0.26.6
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
0.25.2
0.25.1
0.25.0
0.24.3
0.24.2
0.24.0
0.23.0
0.22.10
0.22.9
0.22.8
0.22.7
0.22.6
The Unito Integration Debugger
@unito/integration-debugger
/
dist
/
src
/
resources
/
headers.d.ts
9 lines
(8 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
enum
Headers
{
CREDENTIAL_ID
=
"X-Unito-Credential-Id"
,
CREDENTIALS
=
"X-Unito-Credentials"
,
CORRELATION_ID
=
"X-Unito-Correlation-Id"
,
OPERATION_DEADLINE
=
"X-Unito-Operation-Deadline"
,
SECRETS
=
"X-Unito-Secrets"
}
export
default
Headers
;