export interface Config { dataDir: string artworkDir: string dbPath: string port: number sessionSecret: string }