From cfe548b91a455c7b870d31bac4f547562de84a20 Mon Sep 17 00:00:00 2001 From: zhangziye Date: Fri, 4 Jul 2025 19:25:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E9=9C=80=E6=B1=82]:=20Remove=20Any?= =?UTF-8?q?=20Type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/interface_sdk-js/issues/ICK490 Signed-off-by: zhangziye --- api/@ohos.transfer.d.ets | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api/@ohos.transfer.d.ets b/api/@ohos.transfer.d.ets index 9f401a8502..2d7069c96f 100644 --- a/api/@ohos.transfer.d.ets +++ b/api/@ohos.transfer.d.ets @@ -30,17 +30,6 @@ */ declare namespace transfer { - /** - * Any is used for the parameter type and return type of the transfer methods - * - * @typedef {Object | undefined | null} - * @syscap SystemCapability.Utils.Lang - * @crossplatform - * @atomicservice - * @since 20 - */ - type Any = Object | undefined | null; - /** * Converting the 1.0 object to a 1.2 object. * -- Gitee