Interface UnknownEnumTypeErrorReason

The error when we encounter an unknown enum type.

interface UnknownEnumTypeErrorReason {
    found: FoundUnknownEnumType;
}

Properties

Properties

The value found for this unknown enum type.