mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
|
declare namespace Config {
|
||
|
type DBUserConfig = import('./dist/config.js').DBUserConfig;
|
||
|
export interface Database extends DBUserConfig {}
|
||
|
}
|