UNPKG

nestjs-minio-backend

Version:
5 lines (4 loc) 148 B
export interface FileColumnOptions { bucketName?: string; } export declare function FileColumn(options?: FileColumnOptions): PropertyDecorator;