/** * This file was auto-generated by Fern from our API Definition. */ export interface PathDetectConfig { /** Max hops from seed nodes for path detection. Default: 3, Max: 5 */ maxHops?: number; }