MobX Lark
    Preparing search index...

    Interface TrainInvoice

    interface TrainInvoice {
        type:
            | "name"
            | "time"
            | TrafficInvoiceEntityType
            | "start_station"
            | "end_station"
            | "sale_num"
            | "sale_station"
            | "train_num"
            | "seat_num"
            | "ticket_num"
            | "seat_cls"
            | "id_num";
        value: string;
    }
    Index

    Properties

    Properties

    type:
        | "name"
        | "time"
        | TrafficInvoiceEntityType
        | "start_station"
        | "end_station"
        | "sale_num"
        | "sale_station"
        | "train_num"
        | "seat_num"
        | "ticket_num"
        | "seat_cls"
        | "id_num"
    value: string