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

    Interface ResponsesExportRow

    Represents a row in the export table.

    interface ResponsesExportRow {
        answers: ResponsesExportRowAnswers;
        id: string;
    }
    Index

    Properties

    Properties

    The answers for each selected question, keyed by question ID.

    id: string

    The response unique identifier.