init
This commit is contained in:
12
packages/server/src/global.d.ts
vendored
Normal file
12
packages/server/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'fastify';
|
||||
import type { Services } from './utils/utils.services.ts';
|
||||
|
||||
// eslint-disable-next-line
|
||||
declare type ExplicitAny = any;
|
||||
|
||||
declare module 'fastify' {
|
||||
// eslint-disable-next-line
|
||||
export interface FastifyInstance {
|
||||
services: Services;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user