Kind: Interface
Source: atloria-monorepo/apps/api/src/tours/tours.service.ts
Properties
| Property | Type |
|---|---|
id | string |
projectId | string |
organizationId | string |
kind | string |
status | string |
name | string |
flowId | `string |
content | `Record<string, unknown> |
targeting | `TourTargeting |
trigger | `TourTrigger |
priority | number |
selfHealEnabled | boolean |
healing | `Record<string, unknown> |
createdAt | Date |
updatedAt | Date |
Was this page helpful?