import "@lucyjs/core";
import { DataSourceOptions } from "typeorm";

declare module "@lucyjs/core" {
  interface Config {
    database: Partial<DataSourceOptions>;
  }
}
