chore(src): 🔧 Update TypeScript declaration file safety-backend-api.d.ts
This commit is contained in:
parent
338820b5d1
commit
9c96ecdf86
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/**
|
||||
* Ambient module declaration for @features/safety-backend-api
|
||||
*
|
||||
* This provides type definitions for the safety-backend-api workspace package.
|
||||
* The actual types will be generated once the safety package's domain events
|
||||
* are added to @lilith/domain-events.
|
||||
*/
|
||||
declare module '@features/safety-backend-api' {
|
||||
import type { DynamicModule } from '@nestjs/common';
|
||||
|
||||
export class SafetyModule {
|
||||
static forRoot(): DynamicModule;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue