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

    Interface ResponsesListSectionResponse

    Response model for listing all sections of a response

    interface ResponsesListSectionResponse {
        sections: ResponsesResponseSections[];
    }
    Index

    Properties

    Properties

    The section list of the response.