fix config

This commit is contained in:
2026-01-20 20:03:36 +09:00
parent 49f4b71866
commit 20b515313a
4 changed files with 44 additions and 21 deletions

View File

@@ -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