This commit is contained in:
Frank
2026-05-17 01:59:17 -04:00
parent fee23a7597
commit 7701fee673
4 changed files with 12 additions and 5 deletions
@@ -9,6 +9,8 @@ export namespace Subscription {
free: z.object({
promoTokens: z.number().int(),
dailyRequests: z.number().int(),
dailyRequestsFallback: z.number().int(),
checkHeaders: z.record(z.string(), z.string()),
}),
lite: z.object({
rollingLimit: z.number().int(),