mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:19:30 +08:00
3 lines
90 B
Text
3 lines
90 B
Text
import type { Config } from './types/config'
|
|
declare const config: Config
|
|
export = config
|