From 31d63bf5abdba794b1b325ae1b43107e237d8fd8 Mon Sep 17 00:00:00 2001 From: qian-nan-xu Date: Wed, 10 Aug 2022 14:32:21 +0800 Subject: [PATCH] add systemapi node Signed-off-by: qian-nan-xu --- api/@ohos.telephony.observer.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.telephony.observer.d.ts b/api/@ohos.telephony.observer.d.ts index 5ea7c6a325..7e0ac5b3e9 100644 --- a/api/@ohos.telephony.observer.d.ts +++ b/api/@ohos.telephony.observer.d.ts @@ -29,6 +29,9 @@ import sim from "./@ohos.telephony.sim"; declare namespace observer { type NetworkState = radio.NetworkState; type SignalInformation = radio.SignalInformation; + /** + * @systemapi Hide this for inner system use. + */ type CellInformation = radio.CellInformation; type DataConnectState = data.DataConnectState; type RatType = radio.RadioTechnology; -- Gitee