referral schema update

This commit is contained in:
Kirill Litvinov
2023-10-02 17:58:09 +03:00
parent 28915d35b7
commit 5efad05fef
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ const ratingSchema = z.object({
weekly_boost_budget_fmt: z.number(),
monthly_boost_budget: z.string(),
monthly_boost_budget_fmt: z.number(),
displayed_boost_budget_fmt: z.string(),
time_left_for_the_reward: z.number(),
time_left_for_the_reward_local: z.string(),
time_left_for_the_reward_utc: z.string(),