minigame-std
    Preparing search index...

    Interface DownloadFileTempResponse

    Result of downloadFile when the file is saved to a temporary path.

    1.7.2

    interface DownloadFileTempResponse {
        rawResponse: Response;
        tempFilePath: string;
    }
    Index
    rawResponse: Response

    The raw response.

    tempFilePath: string

    The temporary path of the downloaded file to be saved.