UNPKG

@nestjs-mod/files-afat

Version:

Files UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

6 lines (5 loc) 280 B
export * from './files-rest.service'; import { FilesRestService } from './files-rest.service'; export * from './webhook-rest.service'; import { WebhookRestService } from './webhook-rest.service'; export declare const APIS: (typeof FilesRestService | typeof WebhookRestService)[];