mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-12-03 13:12:09 +00:00
remove spaces
Signed-off-by: wanghuajian <wanghuajian3@huawei.com>
This commit is contained in:
parent
f5b110802d
commit
cf928c7192
4
api/@ohos.data.unifiedDataChannel.d.ts
vendored
4
api/@ohos.data.unifiedDataChannel.d.ts
vendored
@ -76,12 +76,12 @@ declare namespace unifiedDataChannel {
|
||||
|
||||
/**
|
||||
* Indicates type of value.
|
||||
* @typedef {number | string | boolean | image.PixelMap | Want | ArrayBuffer | object | null | undefined}
|
||||
* @typedef {number | string | boolean | image.PixelMap | Want | ArrayBuffer | object | null | undefined}
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
type ValueType = number | string | boolean | image.PixelMap | Want | ArrayBuffer | object | null | undefined;
|
||||
type ValueType = number | string | boolean | image.PixelMap | Want | ArrayBuffer | object | null | undefined;
|
||||
|
||||
/**
|
||||
* Describe the unified data properties.
|
||||
|
Loading…
Reference in New Issue
Block a user