# PublishedProjectResponse

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/hooks/useProjectPublish.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/hooks/useProjectPublish.ts#L11)

Published project response from the API

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `slug` | `string` |
| `urlId` | `string` |
| `publishedSlug` | `string` |
| `publicUrl` | `string` |
| `publishedAt` | `string` |
| `isPublic` | `boolean` |
