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

[web] Promocode warnings

GitOrigin-RevId: 020380e31c26d13e9b74b0f5df588942d302f8db
This commit is contained in:
Olzhas Askar
2025-11-10 16:35:21 +01:00
committed by Copybot
parent 8024fe2c58
commit 86b860ee32

View File

@@ -11,4 +11,5 @@ export type SubscriptionCreationPreview = {
lookupKey: string
trialLength: number | null
plan: Plan
warnings?: Record<string, string>
}