From db91aa7de9962e65dd0b9d696ca323f48d290cda Mon Sep 17 00:00:00 2001 From: lwx1281857 Date: Thu, 4 Jul 2024 19:19:07 +0800 Subject: [PATCH] Description:repair api description Feature or Bugfix:Bugfix Binary Source: No Signed-off-by: lwx1281857 --- api/@system.device.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@system.device.d.ts b/api/@system.device.d.ts index 5137ea17c..d3d6348e0 100644 --- a/api/@system.device.d.ts +++ b/api/@system.device.d.ts @@ -156,6 +156,7 @@ export interface GetDeviceOptions { /** * Called when the device information is obtained. * + * @type { ?function } * @syscap SystemCapability.Startup.SystemInfo.Lite * @since 3 */ @@ -164,6 +165,7 @@ export interface GetDeviceOptions { /** * Called when the device information fails to be obtained. * + * @type { ?function } * @syscap SystemCapability.Startup.SystemInfo.Lite * @since 3 */ @@ -172,6 +174,7 @@ export interface GetDeviceOptions { /** * Called when the execution is completed. * + * @type { ?function } * @syscap SystemCapability.Startup.SystemInfo.Lite * @since 3 */