IStaticDownloadFormat

Interface

Represents a static download format that is pre-generated and available for download. If the format is a service-backed format, the format property will be set to the corresponding service format. If the format is to an arbitrary static file, the format property should be undefined.

Extends

Properties

Property Type Notes
label string
type "static"
url string
format Optional ServiceDownloadFormat

Interface defined in common/src/downloads/types.ts:100