Kind: Class
Source: atloria-monorepo/apps/api/src/issues/dto/create-issue.dto.ts
Properties
| Property | Type |
|---|---|
projectSlugId | string |
pageUrl | string |
pageTitle | string |
sectionHeading | string |
ticketType | TicketType |
category | IssueCategory |
description | string |
reporterEmail | string |
reporterSessionId | string |
scrollPosition | number |
userAgent | string |
Was this page helpful?