1.0.0

interface BaggageEntry {
    metadata?: BaggageEntryMetadata;
    value: string;
}

Properties

Properties

Metadata is an optional string property defined by the W3C baggage specification. It currently has no special meaning defined by the specification.

value: string

String value of the BaggageEntry.