Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
CoPilot
CoPilot
/
frontend
/
src
/
types
/
webVulnerabilityAssessment.d.ts
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
ts
5 lines
86 Bytes
Copy permalink
Copy
Raw
1
export
type
NucleiReport
=
string
2
3
export
interface
ScanHostPayload
{
4
host
:
string
5
}