Kind: Interface
Source: atloria-monorepo/libs/site-gen-core/src/assembler/types.ts
Properties
| Property | Type |
|---|---|
id | string |
category | string |
file | string |
exportName | string |
destinationPath | string |
description | string |
visual | Record<string, unknown> |
tags | string[] |
bestFor | string[] |
props | Record<string, ManifestProp> |
dependencies | string[] |
sharedComponents | string[] |
sampleTranslationKeys | Record<string, string> |
Was this page helpful?