mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
fix: ts extensions (#2247)
This commit is contained in:
Vendored
+2
@@ -15,6 +15,7 @@ import type { RequestHandler } from 'express';
|
||||
import type FSNodeContext from '../src/backend/src/filesystem/FSNodeContext.js';
|
||||
import type helpers from '../src/backend/src/helpers.js';
|
||||
import type * as ExtensionControllerExports from './ExtensionController/src/ExtensionController.ts';
|
||||
import { type EmailService } from '@heyputer/backend/src/services/EmailService.js';
|
||||
declare global {
|
||||
namespace Express {
|
||||
interface Request {
|
||||
@@ -97,6 +98,7 @@ interface ServiceNameMap {
|
||||
database: BaseDatabaseAccessService;
|
||||
user: UserService;
|
||||
'web-server': WebServerService;
|
||||
'email': EmailService
|
||||
}
|
||||
|
||||
export interface ExtensionEventTypeMap {
|
||||
|
||||
Reference in New Issue
Block a user