chore(src): 🔧 Update TypeScript declaration file safety-backend-api.d.ts

This commit is contained in:
Lilith 2026-01-25 21:51:33 -08:00
parent 338820b5d1
commit 9c96ecdf86

View file

@ -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;
}
}