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

    Interface BookingNote

    Booking note

    interface BookingNote {
        created_at: string;
        created_by?: string | null;
        id: string;
        text: string;
    }
    Index

    Properties

    created_at: string

    Time note was created

    created_by?: string | null

    User who created the note

    id: string

    Note ID

    text: string

    Note text