diff --git a/api/@ohos.account.appAccount.d.ts b/api/@ohos.account.appAccount.d.ts index 53276d52c..de8c4c0c8 100644 --- a/api/@ohos.account.appAccount.d.ts +++ b/api/@ohos.account.appAccount.d.ts @@ -13,9 +13,9 @@ * limitations under the License. */ -import {AsyncCallback} from "./basic"; -import Want from "./@ohos.application.want"; -import rpc from "./@ohos.rpc" +import { AsyncCallback, Callback } from './basic'; +import Want from './@ohos.application.Want'; +import rpc from './@ohos.rpc' /** * This module provides the capability to manage application accounts. diff --git a/api/@ohos.account.osAccount.d.ts b/api/@ohos.account.osAccount.d.ts index d34bead73..5a4c6cfd3 100644 --- a/api/@ohos.account.osAccount.d.ts +++ b/api/@ohos.account.osAccount.d.ts @@ -14,7 +14,7 @@ */ import distributedAccount from './@ohos.account.distributedAccount' -import {AsyncCallback} from "./basic"; +import { AsyncCallback, Callback } from './basic'; /** * This module provides the capability to manage os accounts.