5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class ImageService {}
|