@transreport/pauk-passenger-api
    Preparing search index...

    Type Alias ValidationErrorErrorsItem

    Generated by orval v8.4.2 🍺 Do not edit manually. Passenger API

    Passenger API

    The Passenger API provides endpoints for passengers to manage their assisted travel bookings.

    This API allows passengers to:

    • View and manage reservations
    • Set seat preferences and accessibility requirements
    • Track booking status

    All endpoints require authentication via a valid access token.

    OpenAPI spec version: v1

    type ValidationErrorErrorsItem = {
        field: string;
        message: string;
    }
    Index

    Properties

    Properties

    field: string

    The field that failed validation

    message: string

    Description of the validation failure