UNPKG

@backapisocket/io

Version:

A simple API framework using Flexible Persistence

15 lines 355 B
declare const eventInfo: { database: string; host: string; port: string | undefined; }; declare const readInfo: { database: string; connectionType: string; host: string; port: string | number; username: string; password: string | undefined; }; export { eventInfo, readInfo }; //# sourceMappingURL=databaseInfos.d.ts.map