5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import { Injectable } from "@nestjs/common";
|
|
|
|
@Injectable()
|
|
export class NotificationService {
|
|
} |