Ark
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
declare namespace Config {
type DBUserConfig = import('./dist/core/types.js').DBUserConfig;
export interface Database extends DBUserConfig {}
}