UNPKG

awesome-rtk

Version:
4 lines (3 loc) 176 B
import { ISQLDatabase } from '../Interfaces/DB'; import { DBConnectionType } from '../Types/DB'; export declare const DBConnection: (config: DBConnectionType) => ISQLDatabase;