diff --git a/api/@ohos.rpc.d.ts b/api/@ohos.rpc.d.ts index 5113307df7f0b76ce39498e514d44a015c994384..333ad6ef08ec08e15215442e79f04e82c513c1dd 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;