Type alias RuntimeDownloadOptions

RuntimeDownloadOptions: {
    version: string;
}

The options object required by the downloadRuntime function.

Type declaration

  • version: string

    The given version to download.

Generated using TypeDoc