MobX Lark
    Preparing search index...

    Interface TaxiInvoice

    interface TaxiInvoice {
        type:
            | "start_time"
            | "end_time"
            | InvoiceEntityType
            | TrafficInvoiceEntityType
            | "is_sealed"
            | "dispatch_fee"
            | "additional_fee"
            | "car_number"
            | "start_date"
            | "distance"
            | "title_trial";
        value: string;
    }
    Index

    Properties

    Properties

    type:
        | "start_time"
        | "end_time"
        | InvoiceEntityType
        | TrafficInvoiceEntityType
        | "is_sealed"
        | "dispatch_fee"
        | "additional_fee"
        | "car_number"
        | "start_date"
        | "distance"
        | "title_trial"
    value: string