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

    Interface ResponsesExportPreviewResponse

    Response model for previewing form response export

    interface ResponsesExportPreviewResponse {
        headers: ResponsesExportHeader[];
        rows: ResponsesExportRow[];
    }
    Index

    Properties

    Properties

    The table headers, representing the selected questions.

    The table rows, representing the form responses.