Skip to content

DynamicConfigValue🔗

Definition🔗

export interface DynamicConfigValue {
    id: string;
    value?: any;
}