mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-11 02:56:39 -04:00
3 lines
239 B
TypeScript
3 lines
239 B
TypeScript
import type { LibraryState } from "./LibraryState";
|
|
|
|
export interface NodeState { node_pub_id: string, node_id: number, node_name: string, data_path: string, tcp_port: number, libraries: Array<LibraryState>, current_library_uuid: string, } |