mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-15 12:45:53 +00:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class CommunicationService {}
|