Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useProjectPublish.ts
Return type for useProjectPublish hook
Properties
| Property | Type |
|---|---|
publish | (projectId: string) => Promise<PublishedProjectResponse> |
unpublish | (projectId: string) => Promise<Project> |
loading | boolean |
error | `Error |
Was this page helpful?