diff --git a/api/@ohos.data.distributedKVStore.d.ts b/api/@ohos.data.distributedKVStore.d.ts index 49a44cf505a82634bde2362987295387b84eebc4..b308d4f4ece8b629d6102b9442c4251de2c165f8 100644 --- a/api/@ohos.data.distributedKVStore.d.ts +++ b/api/@ohos.data.distributedKVStore.d.ts @@ -57,8 +57,7 @@ declare namespace distributedKVStore { * * @syscap SystemCapability.DistributedDataManager.KVStore.Core * if swap the area, you should close all the KV store and use the new Context to create the KVManager - * @since arkts {'1.1':'9','1.2':'20'} - * @arkts 1.1&1.2 + * @since 9 */ /** * Indicates the ability or hap context @@ -1184,8 +1183,7 @@ declare namespace distributedKVStore { * @throws { BusinessError } 15100003 - Database corrupted. * @throws { BusinessError } 15100005 - Database or result set already closed. * @syscap SystemCapability.DistributedDataManager.KVStore.Core - * @since arkts {'1.1':'9','1.2':'20'} - * @arkts 1.1&1.2 + * @since 9 */ /** * Writes a key-value pair of the string type into the {@code SingleKVStore} database. @@ -1223,8 +1221,7 @@ declare namespace distributedKVStore { * @throws { BusinessError } 15100003 - Database corrupted. * @throws { BusinessError } 15100005 - Database or result set already closed. * @syscap SystemCapability.DistributedDataManager.KVStore.Core - * @since arkts {'1.1':'9','1.2':'20'} - * @arkts 1.1&1.2 + * @since 9 */ /** * Writes a key-value pair of the string type into the {@code SingleKVStore} database. diff --git a/kits/@kit.ArkData.d.ts b/kits/@kit.ArkData.d.ts index 8d7709051a575e9598ed0cb0d9795bd43b76fa87..d8d8fd171f6cbca80e0a4bbbfa05a2cafb4b201c 100644 --- a/kits/@kit.ArkData.d.ts +++ b/kits/@kit.ArkData.d.ts @@ -52,7 +52,8 @@ import unifiedDataChannel from '@ohos.data.unifiedDataChannel'; import uniformTypeDescriptor from '@ohos.data.uniformTypeDescriptor'; import preferences from '@ohos.data.preferences'; import { ValueType, ValuesBucket } from '@ohos.data.ValuesBucket'; +import distributedKVStore from '@ohos.data.distributedKVStore'; export { - ValueType, ValuesBucket, relationalStore, unifiedDataChannel, uniformTypeDescriptor, preferences + ValueType, ValuesBucket, relationalStore, unifiedDataChannel, uniformTypeDescriptor, preferences, distributedKVStore }; /*** endif */ \ No newline at end of file