export default interface IDatabaseConfig { name: string; url?: string; }