refactor: native feature management (#2350)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { ComponentArea } from '../Component/ComponentArea'
|
||||
import { BaseFeatureDescription } from './BaseFeatureDescription'
|
||||
|
||||
export type ComponentFeatureDescription = BaseFeatureDescription & {
|
||||
/** The relative path of the index.html file or the main css file if theme, within the component folder itself */
|
||||
index_path: string
|
||||
content_type: string
|
||||
area: ComponentArea
|
||||
}
|
||||
Reference in New Issue
Block a user