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