import type * as TrophyApi from "../index";
/**
 * Array of tenants.
 */
export type ListTenantsResponse = TrophyApi.AdminTenant[];
