UNPKG

@nestjs-mod/files

Version:

Files module with an error filter, controller and rest-sdk for work with module from other nodejs appliaction

6 lines (5 loc) 189 B
import { WebhookEvent } from '@nestjs-mod/webhook'; export declare enum FilesWebhookEvent { 'files.delete' = "files.delete" } export declare const FILES_WEBHOOK_EVENTS: WebhookEvent[];