From e6bfc115f155ef225dffed5f92e68b87916aad45 Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Sun, 29 Jan 2023 03:04:19 +0000 Subject: [PATCH] fixed 1315480 from https://gitee.com/chneg-jinsong/interface_sdk-js/pulls/4126 update api/@system.device.d.ts. Signed-off-by: cheng_jinsong Signed-off-by: cheng_jinsong --- api/@system.device.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@system.device.d.ts b/api/@system.device.d.ts index 6c74197027..4ded61297c 100644 --- a/api/@system.device.d.ts +++ b/api/@system.device.d.ts @@ -147,6 +147,7 @@ export default class Device { * Obtains the device information. * @syscap SystemCapability.Startup.SystemInfo * @param options Options. + * @deprecated since 6 */ static getInfo(options?: GetDeviceOptions): void; } -- Gitee