Files
spacedrive/core/bindings/DirectoryWithContents.ts
2022-06-13 22:23:53 -07:00

4 lines
244 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { FilePath } from "./FilePath";
export interface DirectoryWithContents { directory: FilePath, contents: Array<FilePath>, }