UNPKG

nestjs-minio-backend

Version:
6 lines (5 loc) 223 B
import { PropOptions } from '@nestjs/mongoose'; export type FileSchemaFieldOptions = PropOptions & { bucketName?: string; }; export declare function FileSchemaField(options?: FileSchemaFieldOptions): PropertyDecorator;