/** * This file was auto-generated by Fern from our API Definition. */ export interface PatternSeeds { /** All endpoints of these edge types become seeds */ edgeTypes?: string[]; /** All nodes with these labels become seeds */ nodeLabels?: string[]; /** Specific node UUIDs to analyze around */ nodeUuids?: string[]; }