From 5952e38a7b41f65aea894784e8b424baef6ad5ec Mon Sep 17 00:00:00 2001 From: linjun9528 Date: Thu, 3 Mar 2022 11:02:26 +0800 Subject: [PATCH] alter file js api description Signed-off-by: linjun9528 --- api/common/@system.file.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/common/@system.file.d.ts b/api/common/@system.file.d.ts index b65af860dc..9bd26a69d3 100644 --- a/api/common/@system.file.d.ts +++ b/api/common/@system.file.d.ts @@ -57,6 +57,7 @@ export interface FileResponse { /** * @syscap SystemCapability.FileManagement.File.FileIO + * @since 3 */ export interface FileMoveOption { /** @@ -104,6 +105,7 @@ export interface FileMoveOption { /** * @syscap SystemCapability.FileManagement.File.FileIO + * @since 3 */ export interface FileListResponse { /** @@ -115,6 +117,7 @@ export interface FileListResponse { /** * @syscap SystemCapability.FileManagement.File.FileIO + * @since 3 */ export interface FileListOption { /** @@ -269,6 +272,7 @@ export interface FileDeleteOption { /** * @syscap SystemCapability.FileManagement.File.FileIO + * @since 3 */ export interface FileWriteTextOption { /** @@ -326,6 +330,7 @@ export interface FileWriteTextOption { /** * @syscap SystemCapability.FileManagement.File.FileIO + * @since 3 */ export interface FileReadTextResponse { /** @@ -394,6 +399,7 @@ export interface FileReadTextOption { /** * @syscap SystemCapability.FileManagement.File.FileIO + * @since 3 */ export interface FileWriteArrayBufferOption { /** -- Gitee