A JSON object value, with undefined allowed because it gets stripped by JSON.parse

interface CarrierDependentOrderInfo {
    delivery_instructions?: null | string;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

delivery_instructions?: null | string

Instructions to the delivery driver on how to deliver the package