diff --git a/interfaces/kits/js/napi/@ohos.document.d.ts b/interfaces/kits/js/napi/@ohos.document.d.ts index 88df1e0cfde75ca6f7ae55ea9ea1645e0ba2b3be..1caf2781e6651b4a477b9a5a8ebeaa8f61754ef5 100644 --- a/interfaces/kits/js/napi/@ohos.document.d.ts +++ b/interfaces/kits/js/napi/@ohos.document.d.ts @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { AsyncCallback } from './basic' +import { AsyncCallback } from './@ohos.base' export default document; diff --git a/interfaces/kits/js/napi/@ohos.environment.d.ts b/interfaces/kits/js/napi/@ohos.environment.d.ts index 4ecb978046047db3a38db777c70b537bc8d6b874..099e6a268b88455c790699e3b61abdd1db62aab7 100644 --- a/interfaces/kits/js/napi/@ohos.environment.d.ts +++ b/interfaces/kits/js/napi/@ohos.environment.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback, Callback} from "./basic"; +import {AsyncCallback, Callback} from "./@ohos.base"; /** * Provides Environment APIs. diff --git a/interfaces/kits/js/napi/@ohos.fileio.d.ts b/interfaces/kits/js/napi/@ohos.fileio.d.ts index d074897db66b2d0b83bb97b2901da646653e741e..231ce1346740216a0b41f41912c93d29690ab342 100644 --- a/interfaces/kits/js/napi/@ohos.fileio.d.ts +++ b/interfaces/kits/js/napi/@ohos.fileio.d.ts @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { AsyncCallback } from './basic' +import { AsyncCallback } from './@ohos.base' export default fileIO; diff --git a/interfaces/kits/js/napi/@ohos.securityLabel.d.ts b/interfaces/kits/js/napi/@ohos.securityLabel.d.ts index 8e3b8629f1ec97cf9089ef6eeb12f4d134b48739..6e6f663443c60484f9f452ea7c7474dbc4086045 100644 --- a/interfaces/kits/js/napi/@ohos.securityLabel.d.ts +++ b/interfaces/kits/js/napi/@ohos.securityLabel.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback, Callback} from "./basic"; +import {AsyncCallback, Callback} from "./@ohos.base"; /** * Provides securityLabel APIs diff --git a/interfaces/kits/js/napi/@ohos.statfs.d.ts b/interfaces/kits/js/napi/@ohos.statfs.d.ts index 4a83f02b8e37d08348623e359707ad84a93daa99..4af87eadbb60bcab61f3ef408510463c968a27be 100644 --- a/interfaces/kits/js/napi/@ohos.statfs.d.ts +++ b/interfaces/kits/js/napi/@ohos.statfs.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback, Callback} from "./basic"; +import {AsyncCallback, Callback} from "./@ohos.base"; /** * Provides filesystem statistics APIs