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

    Interface ChecklistQuestion

    Checklist question metadata

    interface ChecklistQuestion {
        id: string;
        option_type: string;
        options: ChecklistQuestionOptionsItem[] | null;
        text: string;
    }
    Index

    Properties

    id: string

    Question ID

    option_type: string

    Question option type

    Selectable options for the question

    text: string

    Question text