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

    Interface CallsignSchedule

    A default callsign schedule with its assigned callsigns

    interface CallsignSchedule {
        callsigns: CallsignScheduleCallsignsItem[];
        date: string;
        id: string;
        schedule_type: CallsignScheduleScheduleType;
        station: CallsignScheduleStation;
        valid_until?: string | null;
    }
    Index

    Properties

    Callsigns in creation order

    date: string

    Schedule date in DD/MM/YYYY format

    id: string

    Schedule ID

    Schedule type

    Station associated with this schedule

    valid_until?: string | null

    Date of the next default schedule, if any