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

    Interface ResponsesExportHeader

    Represents a header in the export table.

    interface ResponsesExportHeader {
        id: string;
        title: string;
    }
    Index

    Properties

    Properties

    id: string

    The question ID.

    title: string

    The question title.