Kind: Interface
Source: atloria-monorepo/packages/ui-react/src/hooks/useProjects.ts
Return type for useProjects hook
Properties
| Property | Type |
|---|---|
projects | Project[] |
loading | boolean |
error | `Error |
refresh | () => Promise<void> |
deleteProject | (id: string) => Promise<void> |
Was this page helpful?