mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 10:36:25 -04:00
* Delete locations + Show online status * style tweaks * tweaks * location rescan button * fix location delete db locking bug * opting to remove self referencial relation on file_path * correct query * consolodate migration * consolodate migrations
4 lines
253 B
TypeScript
4 lines
253 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { Platform } from "./Platform";
|
|
|
|
export interface LibraryNode { uuid: string, name: string, platform: Platform, last_seen: string, } |