Преглед изворни кода

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

[web] Promocode warnings

GitOrigin-RevId: 020380e31c26d13e9b74b0f5df588942d302f8db
Olzhas Askar пре 9 месеци
родитељ
комит
86b860ee32
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      services/web/types/subscription/subscription-creation-preview.ts

+ 1 - 0
services/web/types/subscription/subscription-creation-preview.ts

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