@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsListSectionsResponse

    Response model for listing all sections and questions in a form.

    interface FormsListSectionsResponse {
        questions: FormsQuestionResponse[];
        sections: FormsSection;
    }
    Index

    Properties

    Properties

    sections: FormsSection