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

    Interface Checklist

    Checklist state for an RRMS assistance

    interface Checklist {
        completed: boolean;
        completed_at: string | null;
        items: ChecklistItem[];
    }
    Index
    completed: boolean

    Whether the checklist has been submitted

    completed_at: string | null

    When the checklist was first submitted

    items: ChecklistItem[]

    Every checklist question with its current answer