Metadata of the enum value.

interface EnumValueProperties {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string

Description of the enum value.

name?: string

Name of the enum value.