@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias filesDownloadFileResponse200

    Download a file by its ID. Returns the raw file content with appropriate Content-Type and Content-Disposition headers.

    type filesDownloadFileResponse200 = {
        data: Blob;
        status: 200;
    }
    Index

    Properties

    Properties

    data: Blob
    status: 200