Files
spacedrive/packages/core/bindings/CoreResource.ts
Jamie Pine 4544b76537 return types working on useBridgeQuery
- added implimentation of SysGetLocation
2022-03-13 09:54:58 -07:00

2 lines
87 B
TypeScript

export type CoreResource = "Client" | "Library" | "Location" | "File" | "Job" | "Tag";