import type * as TrophyApi from "../index";
/**
 * Request body for updating tenants.
 */
export type UpdateTenantsRequest = TrophyApi.UpdateTenantRequestItem[];
