Files
alrahma_sunday_school_api/apps/api/dist/index.d.ts
T
2026-06-11 03:22:12 -04:00

5 lines
326 B
TypeScript

import { Server as SocketIOServer } from 'socket.io';
declare const app: import("express-serve-static-core").Express;
declare const io: SocketIOServer<import("socket.io").DefaultEventsMap, import("socket.io").DefaultEventsMap, import("socket.io").DefaultEventsMap, any>;
export { app, io };
//# sourceMappingURL=index.d.ts.map