Files
spacedrive/packages/core/bindings/ClientQuery.ts
2022-03-30 18:04:58 +08:00

2 lines
284 B
TypeScript

export type ClientQuery = { key: "ClientGetState" } | { key: "SysGetVolumes" } | { key: "LibGetTags" } | { key: "JobGetRunning" } | { key: "JobGetHistory" } | { key: "SysGetLocation", params: { id: number, } } | { key: "LibGetExplorerDir", params: { path: string, limit: number, } };