EnumProperty: AbstractBaseProperty & {
    type: "EnumProperty";
    value: {
        name: string;
        value: string;
    };
}