export type ValueType = "NUMERIC" | "BOOLEAN" | "TEXT";
export type FeatureType = "INFORMATION" | "INTEGRATION" | "DOMAIN" | "AUTOMATION" | "MANAGEMENT" | "GUARANTEE" | "SUPPORT" | "PAYMENT";
export type UsageLimitType = "RENEWABLE" | "NON_RENEWABLE";
export type RenderMode = "auto" | "enabled" | "disabled";