Skip to content

Commit

Permalink
pending checkout fields for user type (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Dec 4, 2024
1 parent 43b0f62 commit 505725b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/src/client/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export interface IUserData {
stripeTierNextAt?: number; // the time the user will move to the next tier, if any
stripeTierCancelAt?: number; // the time the user's subscription will be cancelled (e.g. if cancelling at end of billing period)
stripeUpdatedAt?: number; // the time the user's stripe details were last updated (needed for webhook ordering)
pendingCheckoutTier?: Tier; // the pending checkout tier, if any
pendingCheckoutTierRequestQuota?: number; // the pending checkout tier request quota, if any
}

export interface IUserSettings {
Expand Down

0 comments on commit 505725b

Please sign in to comment.