UNPKG

nestjs-minio-backend

Version:
6 lines (5 loc) 241 B
import { FileColumnOptions } from './file-column.decorator'; export type FileSchemaFieldOptions = FileColumnOptions & { [key: string]: any; }; export declare function FileSchemaField(options?: FileSchemaFieldOptions): PropertyDecorator;