@nestjs-mod/files
Version:
Files module with an error filter, controller and rest-sdk for work with module from other nodejs appliaction
14 lines (13 loc) • 545 B
TypeScript
export * from './lib/files-extra-models';
export * from './lib/files.configuration';
export * from './lib/files.constants';
export * from './lib/files.decorators';
export * from './lib/files.environments';
export * from './lib/files.errors';
export * from './lib/files.module';
export * from './lib/controllers/files.controller';
export * from './lib/generated/files-rest_sdk.module';
export * from './lib/types/dto';
export * from './lib/types/files-request';
export * from './lib/types/files-role';
export * from './lib/types/files-webhooks';