File

src/fileagg/fileagg.service.ts

Index

Methods

Constructor

constructor()

Methods

Async checkFileAgg
checkFileAgg(fileagg: any)
Parameters :
Name Type Optional
fileagg any No
Returns : unknown
import { Injectable } from '@nestjs/common';

@Injectable()
export class FileAggService {
  constructor() {}

  async checkFileAgg(fileagg: any) {
    // console.log(fileagg);
    return false;
  }
}

results matching ""

    No results matching ""