Skip to content

Commit

Permalink
Update cloud user model
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jan 16, 2025
1 parent 46f14d5 commit 91515a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cloud/src/models/user.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type User = {
nextQuotaResetOn: number;
subscription: {
trial?: boolean;
provider?: 'stripe' | 'paddle' | 'free';
provider?: 'stripe' | 'paddle' | 'free' | 'manual';
frequency?: Frequency;
createdOn: number;
renewOn: number;
Expand Down

0 comments on commit 91515a9

Please sign in to comment.