Interface DownloadableFile

The internal format of the file that is passed to GMLL's multithread downloader function.

Hierarchy

  • DownloadableFile

Properties

chk: {
    sha1?: string | string[];
    size?: number;
}

Type declaration

  • Optional sha1?: string | string[]
  • Optional size?: number
dynamic?: boolean
executable?: string | boolean
key: string
name: string
noRetry?: true
path: string[]
unzip?: {
    exclude?: string[];
    file: string[];
}

Type declaration

  • Optional exclude?: string[]
  • file: string[]
url: string

Generated using TypeDoc