Magnets that can deflect a compass from 7 feet must be marked as hazmat for air shipments.

Magnets that can deflect a compass from 15 feet may not be shipped via air.

interface HazmatMagnet {
    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.