interface EventDumpOutput {
    carrier: Carrier;
    cars: ListInventoryInstance[];
    event: EventMetadata;
    stccDescriptions: Record<string, string>;
    version: EventDumpVersion;
}

Properties

carrier: Carrier
stccDescriptions: Record<string, string>