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

    Interface ResponsesGetQuestionResponse

    interface ResponsesGetQuestionResponse {
        answer: ResponsesAnswerPayload;
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    Response ID that this question answer belongs to.