From 280fd190ceb99976ec5d5a75e06ae77b3da863c2 Mon Sep 17 00:00:00 2001 From: nzambello Date: Wed, 12 Jun 2024 11:49:43 +0300 Subject: [PATCH] chore: add billingDelegation to tenant --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index b246197..2a93e70 100644 --- a/src/types.ts +++ b/src/types.ts @@ -330,6 +330,7 @@ export type TenantBase = { enableBadges?: boolean; enableVirtualSpaces?: boolean; enableDeepThought?: boolean; + billingDelegation?: boolean; creationTimestamp?: string; lastChangeTimestamp?: string; };