Skip to content

Commit

Permalink
Updates IndividualOrg plan with more specific type
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Oct 27, 2023
1 parent 6cf0bb6 commit 15aa9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/app/AccountNavigation/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface Org {

export interface IndividualOrg extends Org {
individual: true;
plan: "Free" | "Professional";
}

export interface User {
Expand Down

0 comments on commit 15aa9ab

Please sign in to comment.