From 10e2d023117cee238282142b9989f01b73312e28 Mon Sep 17 00:00:00 2001 From: William Espegren <131612909+WilliamEspegren@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:09:07 +0200 Subject: [PATCH] correct data -> content --- javascript/src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/src/config.ts b/javascript/src/config.ts index 068bb54..fcc8c22 100644 --- a/javascript/src/config.ts +++ b/javascript/src/config.ts @@ -230,8 +230,8 @@ export interface SpiderParams { // Core actions response type. export type SpiderCoreResponse = { - // The data of the request like html or transformation markdown etc. - data?: string; + // The content of the request like html or transformation markdown etc. + content?: string; // A detailed message of a response. message?: string; // If an error occured.