Hazardous materials in quantities low enough to be classified as Small Quantity

This is generally <= 30 Milliliters for liquids and <= 30 Grams for solids. However, please check the regulations regarding your specific materials.

interface HazmatSmallQuantity {
    description?: null | string;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

description?: null | string

A description of the hazmat

This has no effect on the request and is only included to prevent weirdness with types.