Kind: Interface
Source: atloria-monorepo/packages/types/src/models/theme.ts
Theme model
Properties
| Property | Type |
|---|---|
id | string |
name | string |
organizationId | string |
projectId | `string |
colors | ThemeColors |
typography | ThemeTypography |
layout | ThemeLayout |
customCss | `string |
darkModeEnabled | boolean |
darkModeDefault | string |
darkModeColors | `ThemeColors |
whiteLabelEnabled | boolean |
hidePoweredBy | boolean |
customDomain | `string |
customFooter | `string |
audienceThemes | `AudienceThemes |
isActive | boolean |
createdAt | Date |
updatedAt | Date |
Was this page helpful?