UNPKG

301 BTypeScriptView Raw
1import express from 'express';
2import { BottenderConfig } from './types';
3declare function initializeServer({ isConsole, config, }?: {
4 isConsole?: boolean;
5 config?: BottenderConfig;
6}): express.Application | void;
7export default initializeServer;
8//# sourceMappingURL=initializeServer.d.ts.map
\No newline at end of file