22 lines
572 B
TypeScript
22 lines
572 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: GetRewardSumm
|
|
// ====================================================
|
|
|
|
export interface GetRewardSumm_evo_reward_condition {
|
|
__typename: "evo_reward_condition";
|
|
evo_reward_summ: any | null;
|
|
}
|
|
|
|
export interface GetRewardSumm {
|
|
evo_reward_condition: GetRewardSumm_evo_reward_condition | null;
|
|
}
|
|
|
|
export interface GetRewardSummVariables {
|
|
conditionId: any;
|
|
}
|