fix config
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
// Config types
|
||||
export interface BotConfig {
|
||||
did: string
|
||||
handle: string
|
||||
}
|
||||
|
||||
export interface AppConfig {
|
||||
title: string
|
||||
did?: string
|
||||
handle: string
|
||||
bot?: BotConfig
|
||||
collection: string
|
||||
network: string
|
||||
color: string
|
||||
|
||||
Reference in New Issue
Block a user