账号模块d.ts编辑爆红问题处理

Signed-off-by: lichenchen <lichenchen15@huawei.com>
This commit is contained in:
lichenchen 2022-08-29 16:12:23 +08:00
parent cf61f6e14f
commit 1c2b81384a
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.