training_data/apps/server/src/transform/transform.service.ts

5 lines
93 B
TypeScript
Raw Normal View History

2024-09-03 18:07:48 +08:00
import { Injectable } from '@nestjs/common';
@Injectable()
export class TransformService {}