Interface LiveGetQuestionsResponseRootObject

interface LiveGetQuestionsResponseRootObject {
    questions: LiveGetQuestionsResponseQuestionsItem[];
    status: string;
}

Properties

Properties

status: string