export enum TenantStatus {
  ACTIVE,
  PENDINGPROVISION,
  PROVISIONING,
  PROVISIONFAILED,
  DEPROVISIONING,
  INACTIVE,
}
