From 812d275189a935633edb551a7d6a6d2242cb5557 Mon Sep 17 00:00:00 2001 From: hanlin15 Date: Fri, 15 Aug 2025 09:35:49 +0800 Subject: [PATCH] fix:del messageoption enum from arkts1.2 Signed-off-by: hanlin15 Change-Id: I2d17bbece98e2cc1341582695fee26af5660a739 --- api/@ohos.rpc.d.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/api/@ohos.rpc.d.ts b/api/@ohos.rpc.d.ts index 5113307df7f..333ad6ef08e 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -2832,8 +2832,7 @@ declare namespace rpc { * @default 0 * @static * @syscap SystemCapability.Communication.IPC.Core - * @since arkts {'1.1':'7', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 7 */ static TF_SYNC: int; @@ -2844,8 +2843,7 @@ declare namespace rpc { * @default 1 * @static * @syscap SystemCapability.Communication.IPC.Core - * @since arkts {'1.1':'7', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 7 */ static TF_ASYNC: int; @@ -2875,8 +2873,7 @@ declare namespace rpc { * @default 8 * @static * @syscap SystemCapability.Communication.IPC.Core - * @since arkts {'1.1':'11', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 11 */ static TF_WAIT_TIME: int; -- Gitee