mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
import type { File } from "./File";
|
|
import type { FilePath } from "./FilePath";
|
|
|
|
export interface DirectoryWithContents { directory: FilePath, contents: Array<File>, } |