Skip to content

Commit

Permalink
Add path to DirectoryEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Jan 4, 2024
1 parent 63c752d commit c6862bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/filesystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { base64ToBytesArray } from '../helpers';

export interface DirectoryEntry {
entry: string;
path: string;
type: string;
}

Expand Down

0 comments on commit c6862bc

Please sign in to comment.