feat: add data handling to EarnAndBurn
This commit is contained in:
@@ -12,3 +12,8 @@ export const soonestUpcomingStaysInput = z
|
||||
limit: z.number().int().positive(),
|
||||
})
|
||||
.default({ limit: 3 })
|
||||
|
||||
export const friendTransactionsInput = z.object({
|
||||
cursor: z.number().int().nullish(),
|
||||
limit: z.number().min(0).default(5),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user