diff --git a/src/pages/app/AccountNavigation/types.ts b/src/pages/app/AccountNavigation/types.ts index 7f99b6fb5..14fa30457 100644 --- a/src/pages/app/AccountNavigation/types.ts +++ b/src/pages/app/AccountNavigation/types.ts @@ -15,6 +15,7 @@ export interface Org { export interface IndividualOrg extends Org { individual: true; + plan: "Free" | "Professional"; } export interface User {