# PLAN_ENUM

**Kind:** Constant

**Source:** [`atloria-monorepo/apps/api/src/billing/billing.constants.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/billing/billing.constants.ts#L40)

Maps the public checkout plan key to the OrganizationPlan enum value.

## Definition

```ts
Record<BillingPlanKey, 'PRO' | 'BUSINESS'>
```
