UNPKG

@nestjs-mod/files

Version:

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

9 lines (8 loc) 193 B
import { FilesRole } from './files-role'; export type FilesRequest = { externalUserId: string; filesUser?: { userRole: FilesRole; }; headers: Record<string, string>; };