bizmatch-project/bizmatch-server/dist/subscriptions/subscriptions.controller.d.ts

7 lines
201 B
TypeScript

import { FileService } from '../file/file.service.js';
export declare class SubscriptionsController {
private readonly fileService;
constructor(fileService: FileService);
findAll(): any;
}