@kayahr/ed-journal
    Preparing search index...

    Interface CancelTaxi

    Base interface shared by all journal event types.

    interface CancelTaxi {
        event: "CancelTaxi";
        Refund: number;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "CancelTaxi"

    The type of event.

    Refund: number
    timestamp: string

    The time in GMT, ISO 8601.