From adf08494d955c49cc50de62889c52b4e96bf7a84 Mon Sep 17 00:00:00 2001 From: Artem <95755528+ArtemKot4@users.noreply.github.com> Date: Mon, 7 Apr 2025 18:47:39 +0300 Subject: [PATCH] Update Callback.d.ts --- api/core-engine/Callback.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core-engine/Callback.d.ts b/api/core-engine/Callback.d.ts index ab349d796c..2d4dd7e5f8 100644 --- a/api/core-engine/Callback.d.ts +++ b/api/core-engine/Callback.d.ts @@ -22,7 +22,7 @@ declare namespace Callback { * callback names. * @param name callback name */ - function invokeCallback(name: string, o1?: any, o2?: any, o3?: any, o4?: any, o5?: any, o6?: any, o7?: any, o8?: any, o9?: any, o10?: any): void; + function invokeCallback void>(name: string, ...args: Parameters): void; /** * Function used in "DimensionLoaded" callback.