export type GraphQlEnv = {
    graphQlMsApi: string;
    graphQlRdApi: string;
    secretMsKey: string;
    secretRdKey: string;
};
export type GraphQlV2Env = {
    graphQlApi: string;
    secretKey: string;
};
