@scolastico-dev/walu
    Preparing search index...

    Interface IApiUrls

    Configuration object for API endpoints. Defines the URLs used to fetch version information and update files.

    interface IApiUrls {
        updateBin: string;
        versionJson: string;
    }
    Index

    Properties

    updateBin: string

    URL to the update.bin endpoint

    versionJson: string

    URL to the version.json endpoint