Skip to content

Commit

Permalink
Add sync quota to user model
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Mar 9, 2024
1 parent 6308b59 commit 982fa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/user.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type User = {
plan: Plans;
teamId: string;
teamRole: TeamRoles;
cloudSyncQuota: number;
templatesQuota: number;
templatesQuotaUsed: number;
subscription: {
Expand Down

0 comments on commit 982fa1d

Please sign in to comment.