Interface PutPearsonQuestionResponse

interface PutPearsonQuestionResponse {
    questionId: string;
}

Hierarchy (View Summary)

Properties

Properties

questionId: string

The id of the created question.