From c6862bcc1b51a5b65a193d8eee390e20a26340ba Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Thu, 4 Jan 2024 20:52:48 +0530 Subject: [PATCH] Add path to DirectoryEntry --- src/api/filesystem.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/filesystem.ts b/src/api/filesystem.ts index 9fbac6f..9cef4ca 100644 --- a/src/api/filesystem.ts +++ b/src/api/filesystem.ts @@ -3,6 +3,7 @@ import { base64ToBytesArray } from '../helpers'; export interface DirectoryEntry { entry: string; + path: string; type: string; }