From d3f2084b4444cec42c156ccc277c69349dff76c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Wed, 16 Mar 2022 03:04:10 +0000 Subject: [PATCH] fixed e2a2d70 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1149 update api/@ohos.systemTimer.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.systemTimer.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.systemTimer.d.ts b/api/@ohos.systemTimer.d.ts index 987f9067a8..a973b618c1 100644 --- a/api/@ohos.systemTimer.d.ts +++ b/api/@ohos.systemTimer.d.ts @@ -20,7 +20,6 @@ import { WantAgent } from './@ohos.wantAgent'; * Provides js api for systemTimer * * @since 7 - * @devices phone, tablet, tv, wearable, car * @systemapi Hide this for inner system use. */ declare namespace systemTimer { -- Gitee