remove spaces

Signed-off-by: wanghuajian <wanghuajian3@huawei.com>
This commit is contained in:
wanghuajian 2024-07-09 14:28:48 +08:00
parent f5b110802d
commit cf928c7192

View File

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