halo - v1.0.0
    Preparing search index...

    Interface FileDownloadInterface

    Represents the data required to download a file from a URL.

    interface FileDownloadInterface {
        fileuri: string;
        saveTo: string;
    }
    Index

    Properties

    Properties

    fileuri: string

    The URL of the file to download.

    saveTo: string

    The local path where the file should be saved.