UNPKG

burdy

Version:

Open Source Headless Platform

6 lines (5 loc) 124 B
import { Connection } from 'typeorm'; interface IDatabaseDriver { connection: Connection; } export { IDatabaseDriver };