Type Alias GetVariantSettingsOptions

GetVariantSettingsOptions: {
    contentType: string;
    size: number;
    type: MediaType;
}

Type declaration

  • contentType: string

    Original content type from url

  • size: number

    File size in byte, read from Content-Length

  • type: MediaType

    Parsed media type