naystack - v1.5.10
    Preparing search index...

    Interface FileUploadResponseType

    Shape of the JSON response from the file upload PUT endpoint.

    interface FileUploadResponseType {
        onUploadResponse?: object;
        url?: string;
    }
    Index

    Properties

    onUploadResponse?: object

    The return value from the onUpload callback in setupFileUpload.

    url?: string

    The public S3 URL of the uploaded file.