From 0c1d9abdb219ffcc0e1b6d9b6cf358b17b2ff872 Mon Sep 17 00:00:00 2001 From: huangjie Date: Fri, 1 Jul 2022 11:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E7=94=A8=E7=9A=84AP?= =?UTF-8?q?I?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- api/@ohos.resourceManager.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index cde1e62a77..48cd1aa83b 100644 --- a/api/@ohos.resourceManager.d.ts +++ b/api/@ohos.resourceManager.d.ts @@ -184,14 +184,6 @@ export class DeviceCapability { deviceType: DeviceType } -/** - * The ResourceManager callback. - * @since 6 - */ -export interface AsyncCallback { - (err: Error, data: T): void; -} - /** * Obtains the ResourceManager object of the current application. * -- Gitee