main
ts 5 lines 86 Bytes
Raw
1 export type NucleiReport = string
2
3 export interface ScanHostPayload {
4 host: string
5 }