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

    Interface ScheduleNote

    A callsign schedule audit note

    interface ScheduleNote {
        created_at: string;
        created_by: string;
        text: string;
    }
    Index

    Properties

    created_at: string

    When the note was created

    created_by: string

    Name of the user who created the note

    text: string

    Note content