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

    Type Alias CallsignScheduleCallsignsItem

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

    RRMS API

    The RRMS (Railway Resource Management System) API provides endpoints for managing station settings and job timings for assistance operations.

    All endpoints require staff authentication credentials.

    OpenAPI spec version: v1

    type CallsignScheduleCallsignsItem = {
        end_time: string;
        id: string;
        name: string;
        start_time: string;
        user_id?: string | null;
        user_name?: string | null;
    }
    Index

    Properties

    end_time: string

    Shift end time in HH:MM format

    id: string

    Callsign ID

    name: string

    Callsign name

    start_time: string

    Shift start time in HH:MM format

    user_id?: string | null

    ID of the assigned user

    user_name?: string | null

    Full name of the assigned user