mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 10:36:25 -04:00
6 lines
379 B
TypeScript
6 lines
379 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { File } from "./File";
|
|
import type { JobReport } from "./JobReport";
|
|
import type { LocationResource } from "./LocationResource";
|
|
|
|
export type CoreResource = "Client" | "Library" | { Location: LocationResource } | { File: File } | { Job: JobReport } | "Tag"; |