diff --git a/types.ts b/types.ts index 24fc009..8f434e7 100644 --- a/types.ts +++ b/types.ts @@ -272,6 +272,8 @@ export interface WasmAccessValidatorResponse { } export interface WasmTransformerResponse { + url?: string; + method?: string; headers: { [key: string]: string }; cookies: any; body_bytes?: number[];