/** * This file was auto-generated by Fern from our API Definition. */ export interface CoOccurrenceDetectConfig { /** Max hops within which to detect co-occurring node types. Default: 3, Max: 5 */ maxHops?: number; }