Base class for hazmat information

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