MCPcopy
hub / github.com/LLOneBot/LuckyLilliaBot / WebUIConfig

Interface WebUIConfig

src/common/types.ts:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101export interface WebUIConfig {
102 enable: boolean
103 host: string
104 port: number
105}
106
107export interface EmailConfig {
108 enabled: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected