mirror of
https://github.com/immich-app/immich
synced 2025-06-08 16:18:09 +00:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class CommunicationService {}
|