Initial commit
This commit is contained in:
7
src/db/repos/index.ts
Normal file
7
src/db/repos/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { MigrationRepository } from "./migrations";
|
||||
|
||||
export interface Extensions {
|
||||
migrations: MigrationRepository;
|
||||
}
|
||||
|
||||
export { MigrationRepository };
|
||||
Reference in New Issue
Block a user