25 lines
685 B
TypeScript
25 lines
685 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: GetRewardConditions
|
|
// ====================================================
|
|
|
|
export interface GetRewardConditions_evo_reward_conditions {
|
|
__typename: "evo_reward_condition";
|
|
label: string | null;
|
|
value: any | null;
|
|
evo_reward_summ: any | null;
|
|
}
|
|
|
|
export interface GetRewardConditions {
|
|
evo_reward_conditions: (GetRewardConditions_evo_reward_conditions | null)[] | null;
|
|
}
|
|
|
|
export interface GetRewardConditionsVariables {
|
|
agentid: any;
|
|
currentDate?: any | null;
|
|
}
|