export interface FeatureFlagKeysVoInterface {
    envVariableKey: string;
    unleashKey: string;
}
