mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 14:23:30 -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>, } |