diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index cde1e62a772eaaa56127b4d8388e5aacb52a663b..48cd1aa83b65b46b205a87046fd719bddc54258a 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. *