Kind: Function
Source: atloria-monorepo/apps/api/src/billing/requires-plan.decorator.ts
Gate a route (or controller) to organizations on plan or higher.
Use together with PlanGuard (and after JwtAuthGuard, which populates
request.user):
Signature
tsfunction RequiresPlan(plan: PlanLevel)
Parameters
| Name | Type |
|---|---|
plan | PlanLevel |
Was this page helpful?