import type * as TrophyApi from "../index";
/**
 * Request body for creating tenants.
 */
export type CreateTenantsRequest = TrophyApi.CreateTenantRequestItem[];
