Kind: Interface
Source: atloria-monorepo/packages/types/src/models/audience.ts
Audience model Represents a target audience segment for multi-audience documentation
Properties
| Property | Type |
|---|---|
id | string |
name | string |
slug | string |
color | string |
icon | string |
isStandard | boolean |
description | string |
organizationId | string |
createdAt | Date |
updatedAt | Date |
Was this page helpful?