A request for USPS Tracking Plus

interface UspsTrackingPlus {
    description?: null | string;
    option: UspsTrackingPlusOption;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

description?: null | string

Optional description of the service

This value has no effect on the result, and is just here to prevent weird typing issues

The type of tracking plus to add to the request