Edit

Share via


TenantProfile type

Account details that vary across tenants for the same user

type TenantProfile = Pick<
  AccountInfo,
  "tenantId" | "localAccountId" | "name"
> & { isHomeTenant?: boolean }