Merge pull request #29569 from overleaf/oa-promocode-warnings

[web] Promocode warnings

GitOrigin-RevId: 020380e31c26d13e9b74b0f5df588942d302f8db
This commit is contained in:
Olzhas Askar
2025-11-11 09:06:17 +00:00
committed by Copybot
parent 8024fe2c58
commit 86b860ee32
@@ -11,4 +11,5 @@ export type SubscriptionCreationPreview = {
lookupKey: string
trialLength: number | null
plan: Plan
warnings?: Record<string, string>
}