The error when we encounter an unknown enum type.

interface IgnoreNonInteractedQuestionsMember {
    $unknown?: undefined;
    ignoreNonInteractedQuestions: IgnoreNonInteractedQuestions;
    inexplicitRubricOverwrite?: undefined;
    invalidParam?: undefined;
    invalidState?: undefined;
    unknownEnumType?: undefined;
    wrongItemCount?: undefined;
}

Properties

$unknown?: undefined
ignoreNonInteractedQuestions: IgnoreNonInteractedQuestions
inexplicitRubricOverwrite?: undefined
invalidParam?: undefined
invalidState?: undefined
unknownEnumType?: undefined
wrongItemCount?: undefined