diff --git a/api/@ohos.transfer.d.ets b/api/@ohos.transfer.d.ets index 9f401a8502ea68aea74f02abc63dd3450bbdf8e3..2d7069c96f7d3ff8401210f02ef7487c6c02f59a 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. *