UNPKG
ccs-logging-addon
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
CCS AddOn for logging states, errors and more
ccs-logging-addon
/
src
/
interface.ts
5 lines
(4 loc)
•
111 B
text/typescript
View Raw
1
2
3
4
5
export
const
authFields = [
'slack_hook'
]
as
const
export
type
authFields =
typeof
authFields[
number
]