diff --git a/lightweight/index.d.ts b/lightweight/index.d.ts index f6336fd..1f08571 100644 --- a/lightweight/index.d.ts +++ b/lightweight/index.d.ts @@ -152,7 +152,7 @@ export type MqlPayload = { headers: { [key: string]: string }; } -type MqlResponse = MqlPayload & { +export type MqlResponse = MqlPayload & { response: { url: string; statusCode: number;