Skip to content

Commit

Permalink
feat: Added billable metrics in meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Sep 27, 2024
1 parent c80754b commit c1fbab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/shared/src/types/subscription/subscription.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export interface ISubscriptionData {
expiryDate: string;
meta: {
IMPORTED_ROWS: number;
REMOVE_BRANDING: boolean;
AUTOMATIC_IMPORTS: boolean;
ADVANCED_VALIDATORS: boolean;
TEAM_MEMBERS: number;
};
}

Expand Down

0 comments on commit c1fbab1

Please sign in to comment.