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

    Interface ResponsesDateAnswer

    interface ResponsesDateAnswer {
        questionId: string;
        questionType: "DATE";
        value: string;
    }
    Index

    Properties

    questionId: string

    The question being answered.

    questionType: "DATE"

    The type of the question being answered.

    value: string

    The answer value for date question in ISO format (e.g., '2024-12-31').