Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/project.dto.ts
Response after publishing a project
Properties
| Property | Type |
|---|---|
id | string |
name | string |
slug | string |
urlId | string |
publishedSlug | string |
publicUrl | string |
publishedAt | Date |
isPublic | boolean |
Was this page helpful?