diff --git a/connection/connection_params.ts b/connection/connection_params.ts index 7c69bec..7b68ea9 100644 --- a/connection/connection_params.ts +++ b/connection/connection_params.ts @@ -119,7 +119,7 @@ export type ClientControls = { /** * Debugging options */ - debug: DebugControls; + debug?: DebugControls; /** * The strategy to use when decoding results data *