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

    Type Alias ValidationErrorErrorsItem

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

    Staff API

    The Staff API provides endpoints for train operating company staff to manage passenger assistance.

    This API allows staff to:

    • View and manage assistance requests
    • Update booking statuses
    • Coordinate passenger support

    All endpoints require staff authentication credentials.

    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