Type Alias: LootBoxRewardInput
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / LootBoxRewardInput
Type Alias: LootBoxRewardInput
type LootBoxRewardInput: {
enabled: true;
rewards: {
amount: number;
users: number;
}[];
tokenAddress: string;
} | {
enabled: false;
};Loot Box form input type
Defined in
Last updated