Files
bizmatch-project/bizmatch-server/dist/subscriptions/subscriptions.controller.d.ts
2024-02-29 10:23:41 -06:00

7 lines
201 B
TypeScript

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