mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 20:38:25 +02:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class CommunicationService {}
|