/** * This file was auto-generated by Fern from our API Definition. */ export interface EntityEdgeSourceTarget { /** Source represents the originating node identifier in the edge type relationship. (optional) */ source?: string; /** Target represents the target node identifier in the edge type relationship. (optional) */ target?: string; }