import { ConfigDatabase } from "../crud/config-database"; export interface DatabaseConfigInterface { config: ConfigDatabase; }