export interface IApolloReponseConfigData { appId: string; cluster: string; namespaceName: string; configurations: { [x: string]: string; }; releaseKey: string; }