Skip to content

Commit

Permalink
chore: add billingDelegation to tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jun 12, 2024
1 parent 0e9b46a commit 280fd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ export type TenantBase = {
enableBadges?: boolean;
enableVirtualSpaces?: boolean;
enableDeepThought?: boolean;
billingDelegation?: boolean;
creationTimestamp?: string;
lastChangeTimestamp?: string;
};
Expand Down

0 comments on commit 280fd19

Please sign in to comment.