Interface EnumArgs

interface EnumArgs {
    item: ConstrainedEnumValueModel;
}

Properties

Properties