UNPKG
hardhat-forta
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Forta Agent Hardhat Plugin
github.com/forta-protocol/hardhat-forta
forta-protocol/hardhat-forta
hardhat-forta
/
src
/
types.ts
8 lines
(6 loc)
•
128 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
FortaAgentUserConfig
{
contextPath
?:
string
; }
export
interface
FortaAgentConfig
{
contextPath
:
string
; }