// Code generated by apigen. DO NOT EDIT. package models type QuestRewardDefinition struct { Amount int64 `json:"amount,omitempty"` Currency string `json:"currency,omitempty"` ItemID string `json:"itemId,omitempty"` }