Files
spacedrive/packages/core/bindings/ClientQuery.ts
2022-03-12 11:12:01 -08:00

2 lines
209 B
TypeScript

export type ClientQuery = { key: "SysGetVolumes" } | { key: "ClientGetCurrent" } | { key: "SysGetLocations", params: { id: string, } } | { key: "LibGetExplorerDir", params: { path: string, limit: number, } };