mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
declare namespace Config {
|
|
type DBUserConfig = import('./dist/core/types.js').DBUserConfig;
|
|
export interface Database extends DBUserConfig {}
|
|
}
|