DynamicConfigValue🔗Definition🔗export interface DynamicConfigValue { id: string; value?: any; } Methods🔗No methods.