Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface IHttpProbeResult {
|
||||
url: string;
|
||||
status: number;
|
||||
headers: Record<string, string>;
|
||||
body?: unknown;
|
||||
}
|
||||
Reference in New Issue
Block a user