express-rest-decorators - v1.0.0-rc.2
    Preparing search index...

    Interface UploadedFileMarker

    interface UploadedFileMarker {
        "[UPLOAD_KIND]": "single";
        field: string;
        options: UploadOptions;
    }
    Index

    Properties

    "[UPLOAD_KIND]": "single"
    field: string
    options: UploadOptions