From 00980cc9c67b9f3a36221b46492db51dac0f6bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E7=AB=9E=E8=8E=9C?= Date: Thu, 10 Oct 2024 16:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0export=E5=A3=B0=E6=98=8E2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宁竞莜 --- api/@ohos.file.fs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.file.fs.d.ts b/api/@ohos.file.fs.d.ts index 1ef9320c69..e452db3f27 100644 --- a/api/@ohos.file.fs.d.ts +++ b/api/@ohos.file.fs.d.ts @@ -8718,7 +8718,7 @@ export interface WriteStreamOptions { * @syscap SystemCapability.FileManagement.File.FileIO * @since 12 */ -interface DfsListeners { +export interface DfsListeners { /** * The Listener of Distributed File System status * -- Gitee