config
Enumerations
WidgetConfigType
Defined in: src/types/backend/config.ts:1
Enumeration Members
Enumeration Member | Value | Defined in |
---|---|---|
INVALID | "INVALID" | src/types/backend/config.ts:3 |
VALID | "VALID" | src/types/backend/config.ts:2 |
Type Aliases
WidgetConfig
WidgetConfig: {
content
: {dependencies
:Record
<string
,string
>;dir
:string
;entry
:string
;name
:string
; };type
:VALID
; } | {content
: {dir
:string
;error
:string
; };type
:INVALID
; }
Defined in: src/types/backend/config.ts:6