Interface FoundUnknownEnumType

The structure that defines a found unknown enum type and value.

interface FoundUnknownEnumType {
    type: string;
    value: DocumentType;
}

Properties

Properties

type: string

The type found for the enum.

value: DocumentType

The value found for this enum.