@@ -0,0 +1,14 @@
export interface IrequestData {
Request: {
Mode: string
URL: string
Headers: any
Body: string
}
Response: {
StatusCode: number
Processed?: boolean
The note is not visible to the blocked user.